Upgrade from 3.0.4 to latest FIXED

CMS Version

3.04

Installation Method

Docker

Operating System

Ubuntu 16.04

Issue

I have followed these steps to upgrade the xibo.

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

docker-compose up -d

No errors occured, but I can not get the login page anymore…
Is there anywhere to check for errors?
Any help appreciated!
Thanks,

did it again, and had this warning:
root@XIBO:/opt/xibo# docker-compose up -d
Recreating xibo_cms-db_1 … done
Starting xibo_cms-memcached_1 … done
Recreating xibo_cms-xmr_1 … done
Starting xibo_cms-quickchart_1 … done
Recreating xibo_cms-web_1 …
WARNING: Service “cms-web” is using volume “/var/www/cms/ca-certs” from the previous conta iner. Host mapping “/opt/xibo/shared/cms/ca-certs” has no effect. Remove the existing cont Recreating xibo_cms-web_1 … done
root@XIBO:/opt/xibo# ^C

I did docker-compose rm cms-web then restart docker
but not sure what else to do…

interface came back, was just very long…

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