Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Back up!!! How?


roughrider

Recommended Posts

Posted

How do I backup my whole store?

I have phpMyAdmin but I know nothing about it in fact the whole database thing scares the pants off me.

Ride It Like You Stole It

Posted

Got to the Admin page then go to Tools. first option is databse backup. Save on to your server or download to your PC.

 

For the rest of the files, just download them from your server to your PC using your FTP program, then store whereever you want.

Posted
Got to the Admin page then go to Tools. first option is databse backup. Save on to your server or download to your PC.

 

For the rest of the files, just download them from your server to your PC using your FTP program, then store whereever you want.

 

What do I do with this?

Backup Directory: /home/httpd/vhosts/mysite.co.uk/httpdocs/catalogue/adminbackups/

 

Do I make a folder in my catalogue called "adminbackups" if so, what do I do next?

Sorry to sound dumb, but if ya don't ask you'll never learn. Thanks

Ride It Like You Stole It

Posted

connect to the server using your ftp program and create a directory in the admin called backups.

connect to your admin using your browser and go to tools database backup and backup the database

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Posted

Ok done that & gone to admin tools backup but all is same as before. no options or anything.

All it says is..

Backup Directory: /home/httpd/vhosts/mysite.co.uk/httpdocs/catalogue/adminbackups/

 

I added backups to admin & adminbackups to catalogue

Ride It Like You Stole It

Posted

It also reads... Error: Backup directory is not writeable.

I have /httpdocs/catalogue/adminbackups/

and

/httpdocs/catalogue/backups/

Ride It Like You Stole It

Posted

you only require the directory backups to be created in the admin directory no where else then set the permissions to this to chmod 777

 

if you are seeing adminbackups as the path then there is something wrong with your defines in the admin/includes/configure.php as this should read admin/backups instead of adminbackups

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Posted
you only require the directory backups to be created in the admin directory no where else then set the permissions to this to chmod 777

 

if you are seeing adminbackups as the path then there is something wrong with your defines in the admin/includes/configure.php as this should read admin/backups instead of adminbackups

 

It reads this...

define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');

Ride It Like You Stole It

Posted

it would be better to post the rest of the configure.php file missing out the database information from the bottom.

 

it may be you other define missing a /

 

define('DIR_WS_ADMIN',

define('DIR_FS_ADMIN',

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Posted

define('HTTP_SERVER', 'http://mysite.co.uk');

define('HTTP_CATALOG_SERVER', 'http://mysite.co.uk');

define('HTTPS_CATALOG_SERVER', 'http://mysite.co.uk');

define('ENABLE_SSL_CATALOG', 'false');

define('DIR_FS_DOCUMENT_ROOT', '/home/httpd/vhosts/mysite.co.uk/httpdocs');

define('DIR_WS_ADMIN', '/catalogue/admin/');

define('DIR_FS_ADMIN', '/home/httpd/vhosts/mysite.co.uk/httpdocs/catalogue/admin');

define('DIR_WS_CATALOG', '/catalogue/');

define('DIR_FS_CATALOG', '/home/httpd/vhosts/mysite.co.uk/httpdocs/catalogue/');

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');

define('DIR_WS_INCLUDES', 'includes/');

define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');

define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');

define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');

define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');

define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/');

define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');

define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');

define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');

define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');

Ride It Like You Stole It

Posted

  define('DIR_FS_ADMIN', '/home/httpd/vhosts/mysite.co.uk/httpdocs/catalogue/admin');

change to this by adding a / at the end

 define('DIR_FS_ADMIN', '/home/httpd/vhosts/mysite.co.uk/httpdocs/catalogue/admin/');

 

this should give you the path admin/backups instead of adminbackups

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...