Upgrade Docker from 1.8.7/11 to Newest

I have tried the manual here ( https://xibo.org.uk/docs/setup/upgrade-xibo-for-docker-install ).
Downloaded new files and replaced them.
Stopped Docker
compose down
then compose up with custom port file

when system comes back online ( within about a min or two ) it is same version it was … not upgrading.
What am I missing here or doing wrong ?

downloaded from wget https://github.com/xibosignage/xibo-docker/archive/1.8.12.tar.gz

tar --strip 1 -zxvf xibo-docker-1.8.12.tar.gz

have a few CMS on 1.8.7 / and multiple on 1.8.11

Thanks !

also tried wget https://github.com/xibosignage/xibo-cms/releases/download/1.8.12/xibo-docker.tar.gz

same result

custom-ports is a template file.

You need to extract the archive, then move your existing cms_custom-ports.yml file out the way, copy the template file back in its place, and make the same edits you did before to that file before bringing the containers up.

So copy and move custom ports out of the way … them copy all new files and copy contents of ports into new file ?

For custom ports, we ship you a template file because we can’t know what changes you’re going to make to it.

You need to take the new template file, apply your changes, and save that as cms_custom-ports.yml. The exact mechanism you use for that is up to you.

mark closed. got systems to update :slight_smile:
Thanks !