I want to transfer my website to digital ocean it’s called migration however, I don’t have any idea how. Can anyone tell me or point me a direction how to move website from another host to your new host which is digital ocean.
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!
Hi, Are you currently using vps or shared hosting?
Make a duplicated version of your remote public directly and store it some where locally, back up any databases and generate a .sql file which can be later imported to the new server.
Upload all the old public remote directory from your local storage to the new droplet public directory.
If you’re using a vps, things get a little more complex if you’re wanting a exact duplicate. I suggest you have a look at https://www.digitalocean.com/community/tutorials/migrate-your-current-vps-linode-rackspace-aws-ec2-to-digitalocean it may help you.