Hello all, I'm thinking about selling one of my blogs. I've done this before, but I've always run into some trouble and still don't know exactly how to do it effectively. I just wanted to know the best way to transfer a WordPress site to another server to where it is exactly the way it is on the current server it is installed so the transaction goes smoothly. Thanks, Kenny
Backup the blog directory, then backup the MySQL DB. - Put it all into a tarball, the client will then need to reconfigure his MySQL config and import the MySQL tables. You should be able to download backups of these via your cpanel.
I'm pretty sure I know how to backup the directory and MySQL DB. I do not know what a tarball is. Any way you can explain more...?
Tar is a program that combines multiple files in multiples directories into one file in such a way that the original files and directories can be restored. This process is called archiving. A tarball is a tar archive that has been compressed usually using the gzip program. Both tar and gzip are open source programs included with most Linux distributions. Tarballs are commonly used to move files from one computer to another.
The best way would be to generate a full backup of your site and xfer it to the new host and have them restore it.