How to move a Xibo installation to another folder?

Hello everybody, when I install Xibo on my Ubuntu I follow the guide and I use the folder /opt/xibo.
The opt folder is mounted on a small partition, and now the partition is full.

I have a /data folder that is totally free with 500 GB of space, so I have two choices:

  1. move the entire xibo to data
  2. move the library to data folder

How can I do?

Hi robypez, welcome to the Xibo community!

The recommended solution would be to:

  • Run the docker-compose down command to ensure your containers are not running.
  • Move your \opt\xibo directory to data/xibo
  • Run the docker-compose up -d command to restart your containers.

Many Thanks.

Thank you… no changes in configurazione files?

No you should be ok without any changes to your config files. If you do encounter an issue, please post any errors or messages you receive but all should be ok.

Many Thanks.

Done

sudo docker-compose up -d
Creating network “xibo_default” with the default driver
Creating xibo_cms-db_1
Creating xibo_cms-xmr_1
Creating xibo_cms-web_1

but the cms doesn’t respond when I call it from browser

Thanks for the update. How long ago did the command complete? You may need to allow a bit of time for your CMS to become available via browser.

Could you also show the result of the command docker ps -a?

Many Thanks.

Thank you, yes, it takes a bit of time. Now it works!

Fantastic! Thanks for keeping me updated and glad you’re back up and running now. All the best with your Xibo signage.

Many Thanks.

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