Docker not upgrade?

Hi,
I have tried to update the docker from the admin panel, but not working.
The screen remains fixed …

What am I supposed to do?

Try refreshing the page, I’ve had sporadic issues with the upgrade page not updating in real time (but the actual upgrade works fine). I think I’ve stopped having the issue recently, but if you’re behind on upgrades you might not have picked up whatever fixed it.

The best option is to do a ./launcher rebuild app, it fixed the issue for me (~10 days ago). It will upgrade correctly docker_manager

1 Like

Yeah apologies this was a bug with message bus related to upgrading it, independently of other stuff, just update via SSH and all will be well.

cd /var/discourse
git pull
./launcher rebuild app
./launcher clean
2 Likes