Unable to do the prerequisites for upgrading to 4.4.x
I have a Windows vm with Docker Desktop running CMS 4.3.1 which has been upgraded from version 2 maybe… but at least updated from CMS v3 over a few years
You need to adjust the path in your docker run command as you’re on Windows (which we don’t support/recommend).
I presume it would just be docker run --rm -ti -v C:\Xibo\shared\db:/var/lib/mysql mysql:8.0 bash
but I’ve no way to test that here to confirm. I do know that Docker on windows is case sensitive, so if the Xibo directory has a capital X it’s important you use a capital X in Xibo in your command.
Thanks for that, I’ll give it a go when I’m back near the server.
Windows still because of some old powershell scripts and sharepoint auth things from making rss work and calendars. should be able to move it to a nix/docker soonish