Hi all - we’re having trouble upgrading our Discourse Forum from 3.3.0.beta1 to 3.3.0.beta6.
We followed the instructions in the admin panel:
cd /var/discourse
git pull
./launcher rebuild app
We also upgraded other packages that needed so. Things seemed to have been successful, but it’s still showing us 3.3.0.beta1 in our admin panel.
We have stopped and refreshed the docker container as well.
Also to note, we are running on Amazon Linux 2, not Ubuntu.
My initial thoughts are possibly around the git pull command? Perhaps we’re not grabbing the correct branch?
Any help or additional insight would be greatly appreciated, as we’d love to upgrade so that we no longer have the “A critical update is available” message.
I’m running into a similar problem going from 3.2.0.beta1-dev to 3.3.0.beta6. It’s telling me there’s a new version, but when I click upgrade the console doesn’t show anything happening.
You see no errors when you rebuild and it starts the new container? Or do you do a ./launcher start app after it fails (and you didn’t notice that it failed)?
What does
docker ps
show? When was the current container created and started?