Recover CMS from Centos

Hi

I have inherited a Xibo CMS running on Centos 7 core with docker I believe. The Linux machine was updated using a 3rd party patching app (Automox) and we are now unable to access the web GUI.

Now, I am not a Linux admin by any stretch of the imagination so I don’t have the first idea of where to start.

Does anyone know of a way of recovering the config from the machine so I can restore the CMS, ideally onto a Windows machine?

There may be another way of rectifying the issue without restoring the CMS but I dont have the skillset when it comes to Linux, if anyone can throw any ideas my way?

Any help you can offer is much appreciated.

Thanks

Dan

Hello and welcome to the Community!

We wouldn’t recommend migrating to a Windows server for a production system, but instead running Docker would be the recommended way.

The first thing you could do would be to verify if the docker service and containers are running:

  • systemctl status docker.service
  • *docker ps -a

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