WordPress Database Backup feed icon

Announcing the WordPress Database Backup plugin!

This is an easy-to-use plugin to quickly backup your WordPress database. You may download the backup file, or have it emailed to the address of your choice.

Click Manage -> Backup:
WordPress admin bar with Backup menu item

By default, the core WordPress tabels are backed up. You may select additional tables, if any, and choose how you'd like to receive your backup file. Then simply click Download!
WordPress Database Backup plugin main screen

But wait, that's not all!

If you also have WP-Cron installed, you'll be able to schedule daily backups of your database, sent direct to your Inbox!
WordPress Database Backup plugin scheduled backup options

Installation

Please be sure to read the installation instructions included in the zip file. For the impatient, here they are:

  1. Create a directory /wp-content/backup/ inside your WordPress directory.
    $ cd wordpress/wp-content
    $ mkdir backup
  2. Make this directory writable by your webserver.
    $ chgrp www-data backup
    $ chmod g+w backup
  3. Insall and activate the plugin
  4. Navigate to Manage -> Backup
  5. Backup!

    Delivery Method Details

    None
    This will save the database backup in your /wp-content/backup/ directory on your server. This is provided as a convenience only. Please do not leave your database backup files lying around!
    Email
    The backup file will be emailed to the address you specify. Gzip compression is strongly encouraged. Once delivered, the backup file will be deleted from the server.
    Download
    The backup file will be sent to your browser, where you can save it to your local workstation. Gzip compression is strongly encouraged. Once downloaded, the backup file will be deleted from the server.

    The Fine Print

    This plugin works for me. Currently, I have about 160 posts, with a little over one thousand comments. A gzip compressed backup of my database produced with this plugin is about 460 KB. This plugin was successfully tested on another blog with 1369 posts and 4000 comments. The gzipped backup file was ahout 1.3 megabytes, and was successfully emailed and downloaded. If you have a huge database (tens of thousands of posts and comments) this plugin may not work for you, for any of the following reasons:
    • PHP memory limit: server operators can limit the amount of memory a PHP script may use. If the size of your database backup exceeds this limit, the backup will not succeed.
    • PHP time out: server operators can limit the amount of time for which a PHP script may run. If it takes longer than this amount of time to backup your database, the backup will not succeed.
    • Email attachment file size limitations: many email providers do not accept email attachments greater than a certain size. If your database backup is excessively large, it may not make it to your Inbox.
    • insufficient disk space: although extremely unlikely, if your server does not have space to store the temporary backup file, the backup will not succeed.

Please note that including the database tables for your plugins in the backup is likely to introduce any (or all) of the problems listed above. Plugins like user and statistics tracking, or spam filter logs, can grow to enormous sizes.

Finally, although this plugin works for me, I will not accept any responsibility for any problems that this may cause for you. Use this plugin at your own risk.

Download WP-DB-Backup 1.4 today!

Thanks go to the following people for helping me develop and test this plugin:


  • July 13th, 2005
  • July 13th, 2005
  • July 13th, 2005
  • Tom
    Looks like a very cool plugin, using phpMyAdmin can be pain so I'll give this one a go.
  • Andrew
    Wow, one link from Matt's website and I find all kinds of useful plugins! Thanks very much for all the cool stuff. This backup will be particularly useful - I can just shove it into my gmail and not have to worry. I'm totally fed up of configuring cron jobs, too!
  • July 13th, 2005
  • July 13th, 2005
  • Nick
    Great work on this Skippy. Glad I could help out. Something like this should be built right into the core if you ask me.
  • Richard
    This is great and I'm going to download it now. Is there a way to use this to restore and/or move a database from one server to another? I'm about to move my weblog to a new host and was wondering if I need to use phpMyAdmin to pull your backup into the new install.
  • skippy
    Richard: at this time, WP-DB-Backup is a backup-only plugin. It will not restore the database. You'll still need to rely on phpMyAdmin (or some other tool) for that.
  • July 13th, 2005
  • July 13th, 2005
  • Chetan
    Thanks guys. This is a lovely plugin.
  • July 13th, 2005
  • Abdul Mueid
    Great! Just what I was looking for.
  • July 13th, 2005
  • Chris J. Davis
    I can confirm is works with Dreamhost with no problems. Again superb job Skippy. I have some suggestions of course, when I have modded the plugin to allow for it I will email you the changes.
  • Sean
    Very nice. Thanks
  • boles
    I get the following errors when I run this plugin. Did it work or not? FYI I modified my path below with "XXXXXXX/": Warning: Invalid argument supplied for foreach() in XXXXXXX/wp-content/plugins/wp-db-backup.php on line 177 Warning: Cannot modify header information - headers already sent by (output started at XXXXXXX/wp-content/plugins/wp-db-backup.php:177) in XXXXXXX/wp-content/plugins/wp-db-backup.php on line 45 Warning: Cannot modify header information - headers already sent by (output started at XXXXXXX/wp-content/plugins/wp-db-backup.php:177) in XXXXXXX/wp-admin/admin.php on line 10 Warning: Cannot modify header information - headers already sent by (output started at XXXXXXX/wp-content/plugins/wp-db-backup.php:177) in XXXXXXX/wp-admin/admin.php on line 11 Warning: Cannot modify header information - headers already sent by (output started at XXXXXXX/wp-content/plugins/wp-db-backup.php:177) in XXXXXXX/wp-admin/admin.php on line 12 Warning: Cannot modify header information - headers already sent by (output started at XXXXXXX/wp-content/plugins/wp-db-backup.php:177) in XXXXXXX/wp-admin/admin.php on line 13
  • Allen
    Awesome! Thanks, I've been looking for something like this!
  • Aaron Brazell
    Nice, 'cept that the plugin does not "remember" an email address or delivery option in the first section. Aaron
  • Aaron Brazell
    Actually, the cron delivery appears to be fubar too: Last WP-Cron Daily Execution: 1969-12-31 @ 07:00 Next WP-Cron Daily Execution: 1970-01-01 @ 07:00
  • Tore
    Seems to work great! I did find a couple of things confusing, being a novice user: What are the two files wp-db-backup-en_US.mo and wp-db-backup-en_US.po that were in the zip file? The instructions didn't mention those. Tried with and without them in the plugin directory, but there doesn't seem to be a difference. Or is it? Also, the instructions say "Included with this plugin is a supplemental plugin, wp-cron-db-backup.php..." I did find this confusing for a little bit since it seems to indicate that this should be in the same download package. I see from this page here however that this is a separate download. Just a tad confusing for slow people like me. Don't mean to be critical. I love this! Thank you!
  • ChrisN
    Seems to work fine with my el cheapo 1&1 hosting. Nice job guys!
  • The General
    Hey Skippy, Thanks for this awesome plugin, very user friendly. I've been waiting for such a convenient method of backing stuff up!
  • skippy
    boles: My guess is that your backup included a table with no rows. The foreach() loop at line 177 iterates over all the rows in the table, so if there's no rows, the foreach() will generate an error. Feel free to email me, and we can diagnose this a little further. Aaron: No, the plugin does not save your last backup action. I do not plan to add any, at this time. The WP-Cron "Last Run" messages will be corrected tomorrow. When WP-Cron runs the daily schedule, it will update the time stamp, and everything should look fine. Tore: the .mo and .po files are for translating the plugin, for non-English users with localized installations of WordPress. You may safely delete them. As for wp-cron-db-backup.php: the functionality provided by the supplemental plugin has been included into the file you downloaded. I will update the documentation to remove mention of the now-non-existent wp-cron-db-backup.php.
  • Tore
    Ok Skippy. It all makes perfect sense now. I was just sitting here thinking that this sort of programming is so far beyond anything I could ever even understand. Great that there are people like yourself out there who can provide this sort of thing wrapped in an easy to use interface. It really makes life a whole lot easier. Thanks again!
  • July 14th, 2005
  • July 14th, 2005
  • July 14th, 2005
  • Tom
    I'm getting the same error as boles, error on the foreach. 117: foreach ($table_data as $row)
  • skippy
    Tom: I can only guess that one of the tables contains no rows. Were you trying to backup any additional tables? On my test blog, I just deleted all the comments and links. There is only one user, one category, and a single post. I was able to execute a backup without errors. Can you provide me information about your server configuration, blog details, and what exactly you did when attempting the backup?
  • Marcus
    Great plugin, unfortunately I too am having the "117: foreach ($table_data as $row)" error. This is using just the default table selection, no extra tables were selected. Any ideas for a possible fix?
  • sdf
    i got the same errors as tom etc. was trying to backup additional tables. but the errors also appeared when only backuping the standard tables
  • westi
    skippy: I've just looked into the foreach issue seen by boles and tom (and also korereactor on the wp-forums) I tried to reproduce here with an empty set of comments/posts on a new install and it all worked fine. It looks like some versions of php will happily foreach over null - ignore the contents of the foreach loop and other's won't. :( I'm using 4.3.11 here and it foreach's over null's fine. A quick workaround for anyone until this is fixed by skippy is to ensure that you have a least one post/page, one comment, and one link on your site. I suspect that comments/links are the likely culprits for most people.
  • July 14th, 2005
  • tripleaxis
    Great plugin.. fix for the "Warning: Invalid argument supplied for foreach()" bug is as follows: Line 177 should read: foreach ($table_data as $row) { Above this, put: if( !is_array( $table_data ) ) $table_data = array(); This ensures that the "foreach" loop has a valid array to work with even if it is empty.
  • Allen
    Do daily backups sent to your email only include the default tables? It would be nice if it could send optional tables also. Maybe it already does this, but I wasn't sure.
  • skippy
    Allen: from the wp-db-backup.txt:
    Here you can schedule automated backups of your core WordPress tables, and havethem emailed to the address of your choice. ONLY the core WordPress tables will be backed up no plugin tables will be included.
  • Nikki
    Thank you so much for this. I will sleep easier at night knowing this is working for me. I was dreading trying to figure out how to back up my wp database after spending most of the last month on the wp/blog learning curve. Bless you!
  • Allen
    Thanks, sorry didn't see that part... any plans for the ability to include plugin tables in automated backups in future versions?
  • Steinar
    Very nice plugin, thanks alot.
  • lavonne
    Wow. Worked perfectly the first time. And I'm having the backup sent to my Gmail address, where I don't need to worry about running out of space. Sweet.
  • skippy
    Allen: At this time I have no plans to include additional tables in the scheduled backups.
  • July 15th, 2005
  • indi
    I downloaded and installed the zip, but when I Navigate to Manage -> Backup I don't get anything. There is a tab in the Admin Menu called Backup/Restore, and that interface looks the same as Mark's old Backup/Restore plugin. In short, I can't see any of the screenshots shown here.
  • indi
    I downloaded 1.3 and it works great, but the 1.4 for download here is an entirely different plugin. Really elegant work, thank you
  • July 15th, 2005
  • Sylvain
    Hi there, Great plugin. I installed it and backed up my DB, and it seems it worked fine, but I got the following messages: Warning: Invalid argument supplied for foreach() in /var/www/html/wpblog/wp-content/plugins/wp-db-backup.php on line 177 Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/wpblog/wp-content/plugins/wp-db-backup.php:177) in /var/www/html/wpblog/wp-admin/admin.php on line 10 Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/wpblog/wp-content/plugins/wp-db-backup.php:177) in /var/www/html/wpblog/wp-admin/admin.php on line 11 Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/wpblog/wp-content/plugins/wp-db-backup.php:177) in /var/www/html/wpblog/wp-admin/admin.php on line 12 Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/wpblog/wp-content/plugins/wp-db-backup.php:177) in /var/www/html/wpblog/wp-admin/admin.php on line 13 I'm (almost) a newbie, so I'm not sure what all that mumbo-jumbo means... What gives? Cheers, Sylvain
  • skippy
    Sylvain: please refer to these two comments: http://www.skippy.net/blog/2005/07/12/wordpress-database-backup/#comment-2811 http://www.skippy.net/blog/2005/07/12/wordpress-database-backup/#comment-2818 I hope to release a fixed-up version shortly.
  • July 17th, 2005
  • July 18th, 2005
  • July 19th, 2005
  • July 19th, 2005
  • July 21st, 2005
  • yk
    Seems to be a great plugin and will give it a try. But just one query. If I'm not comfortable with using Wp-Cron, can I schedule my own cron job to run the plugin to backup and email the files?
  • bmp
    big thx for this great and important plugin for wordpress. respect n tanx!
  • July 22nd, 2005
  • andufo
    nice! though the CRON Job feature isnt gonna do it for me...
  • July 23rd, 2005
  • skippy
    yk: if you have access to -- and are comfortable with -- real cron jobs, then this plugin is largely extravagent for you. You can run a daily or weekly cron job to call mysqldump --opt on your database.
  • yk
    that's true. But I'm helping to administrate a friend's blog and she doesn't know any scripting nor programming. As her hosting provider's cpanel has a very intiutive cron job interface, I was just hoping to utilise the "power" of real cron jobs and the ease of use of your plugin at the same time. Nevertheless a very useful and great plugin for all, together with wp-cron.
  • July 25th, 2005
  • July 31st, 2005
  • Battra
    I, too, received warning message on line 177. I guess I can add a check for empty array before going to the loop, or disable warning message in PHP using error_reporting() function?
  • Afshin
    Hi. It is very very usefull plugin. Thankyou very much.
  • mic
    Hi I got this error when I went to the Manage -> Backup tab. WordPress database error: [You have an error in your SQL syntax near '-_content' at line 1] SHOW TABLE STATUS FROM xxxxx_-_content Warning: Invalid argument supplied for foreach() in xxx/xxx/wp-content/plugins/wp-db-backup.php on line 763 It lists the tables to be backed up then spits this out then I'm still given the option to backup and the backup worked and downloaded. Ant Ideas?
  • hipslu
    hi, great work! when i try to create a backup, i'm running into the following error: Fatal error: Allowed memory size of 31457280 bytes exhausted (tried to allocate 43 bytes) in /www.konfabulieren.com/wp-includes/wp-db.php on line 252
  • Rush
    Hey! This is one great plugin. Thanks! I would like to make a suggestion, though. How about the posibility of saving to disk the cron/schedualed backups instead of emailing them to me? Is that a posibility? Thanks!!!!!
  • skippy
    Rush: I'm hesitant to allow people to automatically save their backup to the server. At least now, it takes an active choice for you to click the button and leave the backup on the server. I know Owen was kicking around the idea of automatically FTPing the backup file to some other server. And as others have pointed out, GMail makes a fine repository for storing these backup files...
  • daveb
    I just moved hosts and the backup and restore process for my WP SQL database was erroring out left and right. I tried manually, using various plugins with no results. Finally, I found yours and I'm sure you'll be pleased to know it worked the first try. You saved my site, buddy! :)
  • August 11th, 2005
  • samburgers
    tripleaxis' fix for line 177 worked flawlessly! Thanks for the great work guys! http://www.skippy.net/blog/2005/07/12/wordpress-database-backup/#comment-2818
  • Marcus
    Skippy, On the main backup page, in the Backup Options section, I'm showing the following error: WordPress database error: [You have an error in your SQL syntax near '-_wordpress' at line 1] SHOW TABLE STATUS FROM korereactor_com_-_wordpress Warning: Invalid argument supplied for foreach() in /wp-content/plugins/wp-db-backup.php on line 754 Any ideas on how to fix? The backup does seem to work fine, would just like to get rid of the error message. Thanks!
  • skippy
    Marcus: the problem you're experiencing is because the plugin is not properly applying backticks to the table names. Dahses cannot be used in database names unless the database name is surrounded in backticks. This will be addressed in the next version, along with some other minor enhancements.
  • Shobhit
    Thank you very much for this great plugin!
  • August 19th, 2005
  • vamsi
    Thats a wonderful plugin. I am using it and feel really good about it because i am not afraid of a server crash :)
  • August 25th, 2005
  • September 5th, 2005
  • September 6th, 2005
  • September 9th, 2005
  • Jez
    thanks to skippy. the fix by tripleaxis was required by me, and with it all is hunky-dory :)
  • ehecatl
    Yes i have the same error: Warning: Invalid argument supplied for foreach() in /home/ehecatl/public_html/ehecatl/wp-content/plugins/wp-db-backup.php on line 177 Warning: Invalid argument supplied for foreach() in /home/ehecatl/public_html/ehecatl/wp-content/plugins/wp-db-backup.php on line 177 Warning: Cannot modify header information - headers already sent by (output started at /home/ehecatl/public_html/ehecatl/wp-content/plugins/wp-db-backup.php:177) in /home/ehecatl/public_html/ehecatl/wp-content/plugins/wp-db-backup.php on line 45 Warning: Cannot modify header information - headers already sent by (output started at /home/ehecatl/public_html/ehecatl/wp-content/plugins/wp-db-backup.php:177) in /home/ehecatl/public_html/ehecatl/wp-admin/admin.php on line 10 Warning: Cannot modify header information - headers already sent by (output started at /home/ehecatl/public_html/ehecatl/wp-content/plugins/wp-db-backup.php:177) in /home/ehecatl/public_html/ehecatl/wp-admin/admin.php on line 11 Warning: Cannot modify header information - headers already sent by (output started at /home/ehecatl/public_html/ehecatl/wp-content/plugins/wp-db-backup.php:177) in /home/ehecatl/public_html/ehecatl/wp-admin/admin.php on line 12 Warning: Cannot modify header information - headers already sent by (output started at /home/ehecatl/public_html/ehecatl/wp-content/plugins/wp-db-backup.php:177) in /home/ehecatl/public_html/ehecatl/wp-admin/admin.php on line 13 This error ...
  • skippy
    ehecatl: try using the latest version of WP-DB Backup to see if it resolves your problem.
  • Ali
    Great plugin, thanks so much for making it!
  • April
    Wow! What an AWESOME plugin, thanks a million! You coders ROCK!
  • Robert
    This is a great plugin - thank you. I do have one small issue - I've also installed the Amazon Media Manager (AMM) plugin, which also adds a page (AMM) under WordPress's Manage menu. For some reason when I click on the AMM page, I see the WP DB-Backup page (the same page I see when I click Backup). If I deactivate DB-Backup, I can see the AMM page again, but obviously I'd prefer not to keep having to deactivate it. Any idea why these two plugins might conflict in their placement on the Manage menu? Is there a simple option I might be able to change in the code?
  • skippy
    Robert: You're almost certainly using an older version of WordPress, and are now suffering from bug #902. Please upgrade to version 1.5.2, the latest stable release of WordPress.
  • Robert
    Thank you, Skippy, that's it. Duh - I'll read the WP Dashboard from now on...
  • Simon
    Dear Skippy I get an error when i type "chgrp www-data backup" that says: "chgrp: invalid group name `www-data'". Any idea what might be causing this and how to get round it? (I'm using Private Shell SSH). Cheers Simon
  • skippy
    Simon: different hosts will use different group names. www-data is the group used by default on Debian systems; Red Hat uses (I think) nobody. Others may use apache, or something else. You may need to contact your host to find out.
  • November 2nd, 2005
  • stephan
    Mistake in install instructions? The directory wordpress/wp-content should be wordpress/wp-content/plugins, i think.
  • skippy
    stephan: can you provide a more specific indication of where that problem lies? I don't see anything obviously wrong in the instructions.
  • November 6th, 2005
  • Mike
    I had the same problem like Stephan. I thought the file had to go in the wordpress/wp-content/backup/ directory !
  • November 17th, 2005
  • gee
    how do i make the backup directory writable? =\
  • aleph
    chmod or change the permission for the directory to 777 using your CPanel/Direct Admin file manager or your favourite FTP client.
  • Miles Baker
    777? Just got done reading this post, don't think I will use the script until you can change that. http://malformed.org/2005/11/22/if-a-script-says-register-globals-should-be-on-then-dont-use-that-script/
  • skippy
    Miles: file mode 777 is different from PHP register_globals. The WP-DB Backup documentation specifically recommends mode 600 or 660, but as the comments here indicate some people have success only with 777. On my blog, I use this plugin just fine with mode 660. But don't take my word for it. Try it for yourself. If this plugin doesn't work for you, or if it works in a way that you find less-than-ideal, then simply don't use it. There are plenty of other ways to backup your blog.
  • Miles Baker
    Thanks Skippy! I will try it. Just such a nice plugin wanted to use it. Thanks for the quick reply.
  • Miles Baker
    Okay, thanks for the quick response. It seems to work only with 777. Thanks though.
  • December 2nd, 2005
  • eighteen
    hi skippy! first of all thank you so much for this plugin! but please help me with this coz i'm not sure if i'm doing it right. i've selected "download" as my delivery back up option, and i've seen that it has been downloaded in my ftp folder; however, isn't this option supposed to download the backup file on my pc? should it ask me where to save it on my pc? thanks!
  • skippy
    eighteen: what do you mean by "it has been downloaded in my ftp folder" ? Selecting download should tell your browser that a file is coming, and your browser should ask you where you'd like to save it.
  • eighteen
    Wow that was fast. To answer your question, the browser didn't asked me where to save the backup file on my PC; however, it is saved in my /wp-content/backup/ folder. What have I done wrong?
  • Miles Baker
    eighteen, you can download it from your site.
  • Rob Boirun
    ya just simply navigate to that directory to find it.
  • wizz
    This plug in worked great for me. Okay a newbie question. How do I restore the database somewhere else?
  • skippy
    wizz: you'd need to use command-line MySQL tools, phpMyAdmin, or something similar. No one has yet stepped up to write a plugin to restore data from this plugin's backups.
  • dsw shoes
    I always used PHPmyadmin to backup databases, and its a real pain. backing up database using your plugin is eaiser than phpmyadmin. Thank's Skippy.
  • Tim Murtaugh
    Nice job. I'm not much of a MySQL guy, so this was a godsend for me. I did run into one problem -- The backup process would time out when I included the shotstat tables, one of which was 15 megs. To overcome this, I just created the SS table manually in the new installation. It's empty, but it works.
  • December 21st, 2005
  • December 23rd, 2005
  • December 27th, 2005
  • December 31st, 2005
  • January 3rd, 2006
  • Kevin Frey
    I am running WP 1.5.2 (getting ready to upgrade to 2.0 now that it is out of beta!). In preparation for the upgrade, found your plug-in to do my prep work (backups, backups, backups). You rock. I first uploaded v1.4, but found the same looping "errors" since my site isn't fully fleshed out yet (probably some empty areas). So, pushed up v1.7 of your backup tool and it worked like a charm. You rock Skippy.
  • January 11th, 2006
  • January 22nd, 2006
  • Rob Boirun
    This really has been a lifesaver. KUDOS to the max.
  • January 27th, 2006
  • February 3rd, 2006
  • February 3rd, 2006
  • February 7th, 2006
  • February 13th, 2006
  • February 20th, 2006
  • February 27th, 2006
  • Yukko
    May be It is too stupid to ask about it, but I'm running without my system administrator right now and will do that for 2 weeks more. Can I somehow suppress all those warnings and notices, described upper? If it is too stupid question, tell me, I will delay the start of the new blog and wait while he returns back. Thanks in advance.
  • Thomas
    Uh, what is writeable by webserver, 755?
  • Thomas
    Ummm, me again. I went with 755, but I see from scrolling through other comments that I may have to go with 777. But my new question is this: When I go to Manage | Backup, what I get is Gatekeeper instead. I wonder if I should deactivate Gatekeeper first, then give it another try.
  • garik
    The back-up plug-in must have come with the latest version of Wordpress as I seem to have it already ... but the Cron plug-in will really come in handy
  • Backup
    Hi Skippy, could you please tell me what is the difference between your plugin and the backup plugin that is included with Wordpress 2.0?
  • Mike
    This plugin saved my bacon a lot of times. Thanks a million for this one!
  • May 14th, 2006
  • Broadcaster
    Yeah, I also gave up my phpMyAdmin. Thanks! Great job!
  • July 22nd, 2006
  • July 28th, 2006
  • July 29th, 2006
  • August 4th, 2006
  • August 13th, 2006
  • Greg
    This is great. Thanks so much for your hard work. Incidentally, I think it's great that a post you did on a blog more than a year ago is still getting traffic and comments. You know you've done something worthwhile when...
  • August 18th, 2006
  • Eugen Haus
    its great plugin for wordpress blog, but as is it with the transfer blog entries to new domain name?
  • hash
    Yet another great plugin from Skippy. Worked like a charm the first time. Thanks!
  • matt
    Hi Skippy, (or anyone else who knows) could you please tell us what is the difference between your plugin and the backup plugin that is included with Wordpress 2.0? thanks!
  • kim
    hello, this plugin works fine if i download it to my computer but the e-mail part does not work. must SMTP be enabled for this to work? coz my host service doesn't allow it. thank you.
  • November 12th, 2006
  • November 17th, 2006
  • Claire Frances
    Hi, I installed role manager - and now my cms is virtually unviewable due to permission problems that I dont know how to rectify. Do you know how to restore a backup, possibly from the filemanager (I searched MySQL but am extremely poor at working with such a complicated database). Okay, any help is sincerely apprecitaed (can only view profile, wont let me post in admin status, and wont let me do anything else, probably not even change themes). thanks, claire
  • skippy
    Claire: If you've used WP-DB Backup to perform backups, then you should read Restoring Your Database from Backup on the Codex.
  • December 17th, 2006
  • Anil
    Hi Skippy, great plugin - only one problem when I restore to the database everything works except my post-new page is a bit borked. WPv2.1 the link, img, etc area is not quite right. I'd appreciate any help - if it turns out to be a more complicated problem perhaps there is a for-a-donation support?
  • skippy
    Anil: I'm no longer maintaining the wp-db-backup plugin. Please use the new version of wp-db-backup. If you still have problems, your first line of support is the WordPRess support forum.
  • March 10th, 2007

About | Policies | skippy.net