With the announcement that Centos is moving to Centos Stream, and support for Centos 8 will end in 2021, is there a safe way to migrate the files (webserver, sql server) to a different OS. The goal is to move from Centos to Debian or one of the other servers with little to no downtime. What would be the safest way to do this? Thank you in advance
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.
You can also run the following three commands (as root) and migrate your server to CentOS Stream:
That’s it.
Hi there @mywritingblock,
I personally believe that the safest way to do this is to follow these steps here:
rsync
for example copy over your files and migrate your databasesRegards, Bobby