Hello community,
I’m trying to upgrade my Xibo Docker.
Version 4.05 used. So far it has always worked with the following commands.
https://community.xibo.org.uk/t/xibo-cms-with-docker-on-ubuntu-22-04/9392#upgrading-5
I dosn’t use SSL, also i make the follow commands in the Shell:
Run these as the root user:
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
#Startup Xibo (Upgrade completed)
docker-compose up -d
But now the new version is installed, but completely as a fresh installation. Standard Admin is active again and my layouts are gone.
What’s different… do I need to do something different. I don’t understand why it’s no longer possible to upgrade with the commands from version 4.05 onwards??
The only thing that is different is that I now run Xibo Docker on an ESXi in an Ubuntu VM. Previously I had a hardware machine running Ubuntu.
But I don’t think it has anything to do with it. Current OS Ubuntu 22.04 “Jammy Jellyfish”.
Many Thanks for answer.
Kind regards Mario from Germany