robypez
December 23, 2019, 7:55pm
1
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:
move the entire xibo to data
move the library to data folder
How can I do?
DanBW
December 24, 2019, 10:03am
2
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.
robypez
December 24, 2019, 10:23am
3
Thank you… no changes in configurazione files?
DanBW
December 24, 2019, 10:47am
4
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.
robypez
December 24, 2019, 11:04am
5
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
DanBW
December 24, 2019, 11:06am
6
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.
robypez
December 24, 2019, 11:07am
7
Thank you, yes, it takes a bit of time. Now it works!
DanBW
December 24, 2019, 11:08am
8
Fantastic! Thanks for keeping me updated and glad you’re back up and running now. All the best with your Xibo signage.
Many Thanks.
system
Closed
March 24, 2020, 5:08pm
9
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.