Upgrade to 2.3.5 from 1.8.12: Nothing changed

CMS Version

1.8.12

Installation Method

Docker

Operating System

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION=“Ubuntu 18.04.3 LTS”

Issue

// Task: upgrade from 1.8.12 to 2.3.5.
docker-compose stop
// backed up entire folder including shared, config.env, cms_custom-ports.yml
// downloaded tarball of 2.3.5 and untarred into same folder
docker-compose down
docker-compose -f cms_custom-ports.yml -up d
// you can see docker pulling down the new code, but when it comes back up it is still running 1.8.12 :eyes:
// I had a snapshot in VMware so I restored it. But I am not sure where this went wrong. I double checked the untarred docker-compose.yml file matched the source published in github and it looked fine.

I will try this again and try to grab the logs before I revert the image back to 1.8.12.

Don’t just copy paste your old cms custom ports yml file, recreate it by copying relevant ports. After doing this the upgrade was apparent. FYI, docker-compose behind apache2 reverse proxy.

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