Hi, i have Discourse CE run in Docker. I have root rights and i backup the container with docker id stop and docker image save -o file.tar. After that i upgrade discourse successfull. Now i tested the restore with docker image load -i file.tar and docker start id, but its still the upgrade version and not the old one as i aspekted.
What did i wrong?
The idea was simple to backup the whole docker container at night. Also like in this case bevor the upgrade from beta4 to beta5 and in case of an error, revert to the old container.
thx
You might want a staging site to test the upgrade before you run it. You could also push the container from the staging site to a repo and then launch that on the production site.