How do I migrate my wordpress site to CoreOS?

Linode Staff

I'm considering a migration of my wordpress site to a CoreOS container. Do you have any solid documentation or know of a way to effectively migrate my files to such a container?

Here's what I've read so far:

https://www.manthanhd.com/2016/09/08/deploying-wordpress-on-coreos/

https://gist.github.com/shaundomingo/43a32b72904d89f90d58

1 Reply

We do have a guide for configuring a Linode with CoreOS, and from there you can supplement with other guides for WordPress configuration.

As you may know, when using containerized WordPress sites, data in containers is not permanent. When you stop a container and run it again, it won't have any of its previous data. This complicates the setup when you are not just using Wordpress for development, as many of the online guides, including the ones you've already read, seem to be using it for.

The most in-depth guide I found on a working setup was a highly available site using Kubernetes and an NFS mount to hold the data.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct