Updating to Docker install from a Windows Server 2019

CMS Version

4.0.15

Installation Method

Docker

Operating System

Debian 12.6.0

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.

This is the guide I was using to backup and restore the database.

Its possible that you imported the Database, but not the media from Library

You can follow the steps in this topic in how i as able to do that, it’s important to read ALL the topic to see what you can do, ok?

1 Like

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.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.