I am trying to switch to Docker from Windows server 2019 in order to be able to manage/update my CMS better. I’m getting stuck trying to import my old data to the new server. I exported the database using PHPMyAdmin and copied the library files to
/opt/xibo/shared/cms/library
The new server is up however I don’t see any of my media. Also when trying to restore the database with
mysql -h mysql -u cms -p cms
I’m getting the error
"Unknown MySQL server host ‘mysql’ (-3)
I’m new to docker and have limited Linux experience. Any guidance would be appreciated.
Thank you for your reply. I figured it out. I composed it before I copied the old information over so it was essentially a new database setup and not pulling the old information. I started over and placed the files on the server before I composed it and it came right up.