Report this

What is the reason for this report?

I want to duplicate a wordpress site onto a smaller droplet

Posted on July 5, 2020

After I duplicate I want to shutdown the original (destroy) and use the new smaller droplet.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

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.

Hi there @christopherppinto,

I would recommend going through the answer to this similar question here:

https://www.digitalocean.com/community/questions/how-to-migrate-a-wordpress-blog-from-one-droplet-to-another-existing-droplet

Basically what you need to do is:

  • Download your WordPress files from your old Droplet to your PC or copy the files from your old Droplet to your new Droplet directly using the scp command
  • Then export your WordPress database from your old Droplet and import it to the new one
  • Finally change your DNS records so that your domain name points to your new Droplet’s IP
  • Give it a few hours for the DNS to propagate over the Globe and power of your old Droplet.

Before starting I would strongly recommend making a backup of your old Droplet!

Let me know if anything is unclear and I will be happy to help!

Regards, Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.