[HOWTO] Manually backup/restore WP Site
-
[I am selfhosting using the latest WP (3.3.2) using W7-32bit]
My system has crashed, but I still have access (via command line) to all the files, including my WAMP site. In addition, I can start mysqld and mysql from the command line.
I would like to figure out how to move my WP site to my new system, a W7-64bit computer. Except for the word-length, the new system will have an identical directory structure and network configuration as the old one (same IP, subnet, etc.,).
My plan is to move the site using the following steps:
PHASE I:
1) On the old system, use mysqldump to backup the WP database.
2) zip/compress the WP directory tree (C:\wamp\www\*).PHASE II:
1) Install fresh WAMP-64 on the new system.
2) Using mysql, recreate & restore the backup of the previous system.
3) uncompress/zip WP directory tree from old system into new system’s C:\wamp\www\* directory.Cheers,
Michael
- The topic ‘[HOWTO] Manually backup/restore WP Site’ is closed to new replies.