I’d like to migrate my old database running on a Win 2008 R2 server to a clean install of the latest version of the CMS running on a Win 10 Ent using Docker.
Anyone know of a guide for doing this?
This manual page should cover it - https://xibo.org.uk/manual/en/upgrade_switch_to_docker.html
Do I need to start over if I already ran docker-compose up -d?
Or can I just copy over the files from the old server following the instructions?
Hi @Peter
I just ran docker-compose stop then docker-compose down and removed the extracted CMS files.
I then extracted the files again and created another config.env.
I then followed the directions in the link you provided and everything seem to go fine till I logged into the CMS and received this message.
After a couple attempts to skip the step it worked and finished the upgrade. Everything seem fine now.
Thanks for all your help.