Updating to new 3.0.5

Updating is always important. They contain security fixes and other bug fixes. Generally update within the 3.0x considered safe. Moving between 3.x could require some changes and updates to your theme or plugins. I like to take the mantra, better safe than sorry. I would back up your database and anything your wp-content folder (plugins, … Read more

Backup blog posts only

On your old site go to Tools > Export in the admin area. You can select what you want to export. In your case “Posts.” Click Download Export File On the new site you’ll go to: Tools > Import > WordPress You’ll have to hit a button to install the core plugin, but you can … Read more

Why isn’t my imported database showing up? install.php pops up and adds new tables to the database

Your issue likely lies somewhere within wp-config.php. You should not need to run any install if your tables already exist, the wp-admin/install.php is only used when no tables are detected with the settings in wp-config.php. Going through parameter by parameter, I’ll give you some idea of what everything is. DB_NAME is the name of the … Read more

Multisite Backup Plugin [closed]

I’ve been thinking about this as a feature to add to DBC Backup 2 (my plugin). Currently the plugin will backup the WordPress database for your entire multisite. The problem I found with wanting to backup a subsite is that it is impossible for the subsite ‘owner’ to restore from that backup. The plugin could … Read more