Pages

Tuesday, October 6, 2009

How to Backup your WordPress Database


Considering what happened on this incident , I think it's fitting to write up a tutorial on how to backup your wordpress Database. There are a couple of ways to backup your database, I'm going to show you how to do it using WordPress Database Backup Plugin .
    1.Extract wp-db-backup.php, upload it into /wp-content/plugins/ and activate it under the Plugins menu.
    2. Click the Manage menu in your WordPress admin area.
    3. Click the Backup sub-menu.
    The plugin will look for other tables in the same database. You may elect to include other tables in the backup.
  1. ** NOTE **
    Including other tables in your backup may substantially increase the
    size of the backup file!
  2. Select how you’d like the backup to be delivered: Save to server :
  3. this will create a file in /wp-content/backup-*/ for you to retrieve later Download to your computer :
  4. this will send the backup file to your browser to be downloaded Email :
  5. this will email the backup file to the address you specify
  6. Click “Backup!” and your database backup will be delivered to you.When having the database backup emailed or sent to your browser for immediate download, the backup file will be deleted from the server when the transfer is finished. Only if you select delivery method “Save to server” will the backup file remain on your server.

No comments: