Server upgrade

Operating system

Linux

Joplin version

2.12.1

Sync target

Joplin Server

What issue do you have?

I have two Debian servers, one production and one backup. Every night, the data and Docker files are transferred to the backup server via SFTP. This works perfectly. Now I wanted to test a new server version on the backup server. To do this, I entered "image: joplin/server:latest" in the Compose file. Unfortunately, version 2.12.1-beta is still reported.
How can I update to 3.3.13?
Thanks for any help.

From looking at the "latest" tags listed for Joplin Server on Docker Hub, you could try joplin/server:amd64-latest or joplin/server:arm64-latest depending on your server architecture. The one marked with only "latest" appears to be a couple of months older than those above.

I have not personally tried the above as I set the docker image to a specific version (joplin/server:3.3.13)

Hi, thanks a lot. This is the solution. I have changed my compose file and run docker compose up --force-recreate -d
Now I can start my tests.

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