Xibo on docker - linux ubuntu

Hi all.

Im using xibo in docker for the last 6 months.

the platform is stable and reliable But -

Im afraid that on the D- day I wont be able to restore all of my CMS files.

I’ve heard that docker is backing-up it self and all of its containers.

well , the questions are -

  1. how the check if the auto backup is happening ?
  2. how can I do this procedure by my self ?
  3. how to restore the cms in a worst case scenario ?

thanks !

Hi tmrohyn, welcome to the Xibo forum!

Great to hear you are using the Docker based installation of Xibo CMS, I will answer your questions in order:

  1. You can check you database backups by going to the directory where you installed your CMS then looking in the shared/backup/db directory. You should find your latest Database backup here. You can then check the created date for that file to know when the last backup was made.

  2. Here is the documentation for creating a backup:
    https://xibo.org.uk/docs/setup/backing-up-your-cms-database

Essentially you will need to ensure you have a copy of the backup files in your shared/db and shared/cms directories. As long as you have copies of the contents of these directories, you can use them to restore your CMS.

Many Thanks.

  1. As long as you have retained your Xibo config and compose files, along with the shared files mentioned above, you should have everything you need to restore your CMS. As long as you place those files in the correct directory locations for your installation, you should be able to docker-compose up -d your CMS again.