Hi,
I already read the article “How to Migrate WordPress from Shared Hosting to a Cloud Server with Zero Downtime”. Thanks for it.
However, is this the best way to do this? Because I see that we can install it by clicking on Wordpress on Ubuntu 12.10 via Applications. Can we upload WP db and the other things after doing this?
Thanks in advance,
Yavuz
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hello there,
Yes, you can do that, but usually, if you’re going to migrate the content manually you will move the files and the database altogether.
You can use the
WP All in One plugin
orDuplicator
to migrate all of your WordPress websites as well.https://wordpress.org/plugins/all-in-one-wp-migration/
https://wordpress.org/plugins/duplicator/
If you have to move some of the data manually you can do that via ssh using
scp
orrsync
. Another option is to use an FTP client like FileZillahttps://www.digitalocean.com/community/tutorials/how-to-copy-files-with-rsync-over-ssh
https://docs.digitalocean.com/products/droplets/how-to/transfer-files/
Hope that this helps!
<b>“Can we upload WP db and the other things after doing this?”</b> <br> <br>Yes, that’s (almost) exactly how the article you referenced suggests you do it. Also, you may want to check out the WordPress <a href=“http://wordpress.org/plugins/duplicator/” target=“_blank”>Duplicator</a> plugin.