Trying to Upgrade Xibo Server

To be completed by the original poster:

CMS Version

Version 1.8.11

Installation Method

Docker

Operating System

Ubuntu 16.04

Issue

I am trying to upgrade Xibo, long time I did not…
I am a bit lost with the version. What is the current version of the Xibo server?
when I run docker-compose up -d I get this:
xibo_cms-xmr_1, db_1,web_1 is up-to-date

Is this correct??
I am seing xibo version 2 or even 3??
Is this different?

Thanks for your lights on this!
Cedric

OK I found it.
On some part of the dock there is only a part of this…

Now the server is up to date, is there a way to update all the client from the server?

# Stop the running container
cd /opt/xibo
docker-compose stop

# Backup the existing container data
cd /opt
# Delete any old backup version
rm -r xibo-backup
cp -rp xibo xibo-backup

# Download the new docker-compose files
cd /opt/xibo
wget -O xibo-docker.tar.gz https://xibo.org.uk/api/downloads/cms
tar --strip-components=1 -zxvf xibo-docker.tar.gz

If you didn’t enable SSL, then

docker-compose up -d

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