Tai Mingshen

People, technology and music

How to get the WordPress Database Backup 2.0 plugin to work

February 4th, 2007 · No Comments

I’ve just upgraded to WordPress 2.1. Since this release doesn’t include the WordPress Database Backup plugin, I had to download it from Il Filosofo and install it myself. This didn’t go smoothly. In order get the backup to work, I had to do the following:

  1. Manually create a backup directory; e.g. /wp-content/backup-directory-name
  2. Change the permissions on this directory to 777
  3. Edit the backup directory definition in the plugin file wp-db-backup.php from
    define('WP_BACKUP_DIR', 'wp-content/backup-' . $rand);
    to
    define('WP_BACKUP_DIR', 'wp-content/backup-directory-name');
    so that it points to the newly created directory.

I found the fix after combining several threads on Il Filosofo’s discussion forums.

Categories: Blogging · Technology
Tags: ·

0 comments so far

  • There are no comments yet.

Leave a Comment