If I use the managed version of Wordpress—could I move it elsewhere in the future?
Solved
WordPress (Managed)
-
@felix Sure, it's not a problem at all. It's just standard WordPress running on a read-only container. I don't know about Cloudways as such, what is required to migrate as such?
If you take a backup of the app and inspect the backup, you will find:
- the database sql dump
- the plugin files
- all other data like attachments etc
- the code is readonly and not part of the backup, it's just the standard WP release tar ball.
So, if you want to put them all together...
- Download WP release and extract
- Copy over wp-content files of the backup. That should be it along with the sql dump.
-