Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to back up the database


randomizedimages

Recommended Posts

Posted

Please could someone either tell me or direct me to a simple 123 explanation of how to back up the database - I really have looked around and am baffled.

 

I get this in my Database Backup Manager

 

Error: Backup directory does not exist. Please set this in configure.php.

 

thank you

Posted
Please could someone either tell me or direct me to a simple 123 explanation of how to back up the database - I really have looked around and am baffled.

 

I get this in my Database Backup Manager

 

Error: Backup directory does not exist. Please set this in configure.php.

 

thank you

set this in admin/includes/configure.php

something like

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

which means there should be a directory there

something like

admin/backups

Posted

you may also need to create the directory in your admin and set the properties

Archived

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

×
×
  • Create New...