Hello friends, I need your help , If any one can tell me How to migrate files from Old to New Serve. I have 20 wordpress blogs on my old host and I want to transfer all at my new host. so please share your experience with me. thanks
are you using cpanel or directadmin on your old host ? Please share what is your old hosting like and what is the new hosting on
here are commands: 1. make dump of files: tar -cvf dumpnew.tar /home/www/YOUR_USERNAME 2. dump mysql-dbs: mysqldump --all-databases -p | bzip2 -c > databasebackup.sql.bz2 3. Transfer to another server: scp dumpnew.tar :/home/dir scp databasebackup.sql.bz2 :/home/dir 4. Unpack dump: tar xf dumpnew.tar 5. Restore mysq dbs: mysql -p < databasebackup.sql Hope this will help you!
I am sorry to say but I dont need your advice rather I need help regarding my question. so if you dont know then please dont spam here.
Hi you may find this blog helpful it helped me a lot when migrating sites to a new server...http://maketecheasier.com/migrate-site-to-new-server-without-any-downtime/2010/01/27
If you have both cpanel servers it's quite easy task. Just follow the instructions: make a full backup from account on old server and transfer it to /home/ location on new server. After that log to new server's ssh and run the commands: /scripts/restorepkg YOUR_USERNAME
You can do it from backups of cPanel. Download full backup and upload it to your new server using the cpanel Backups. Better option is SSH. You need to transfer all databases and files, and then need to update all 20 wp-config.php files with new db info. I provide professional support for this kind of work. If you are interested, you can PM me.