I’m looking to transfer my website which is currently running on Statamic to Digital Ocean on a Wordpress droplet. Is there any guidance on how to make the conversion or should I build the droplet, install Wordpress and then find a plugin to import?
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,
Indeed, setting up a new WprdPress Droplet and then using a migration plugin sounds like a good plan. A couple of options are
WP All in One plugin
orDuplicator
:https://wordpress.org/plugins/all-in-one-wp-migration/
https://wordpress.org/plugins/duplicator/
Alternatively, if you have to move some of the data manually you can do that via ssh using scp or rsync. Another option is to use an FTP client like FileZilla:
https://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!
Best,
Bobby
Source
Hello @essexit
I’ll also recommend using the Duplicator or the WP All-in-One plugins if you do not have experience with WordPress migrations. The plugins should handle the whole process and configure the site on your DigitalOcean droplet.
The other way will be to manually copy the files and database as mentioned by Bobby.
Regards