ryansheehan/terraria

Terraria update - failed version check

driverjb opened this issue · 3 comments

Terraria had a small patch last night that breaks the server version check. When are you planning to update and republish the latest image on dockerhub?

can you send the logs as all my servers are fine

Note the client version in the bottom left corner:

image

Here's the output of my command: docker image pull ryshe/terraria:latest

latest: Pulling from ryshe/terraria
Digest: sha256:828f3888eda414046557e9677aeda28984fe1d766ac7849b7c66be47da32a454
Status: Image is up to date for ryshe/terraria:latest
docker.io/ryshe/terraria:latest

Here's the log output that goes with the attempted connection in the screenshot above:

[REDACTED]:50890 is connecting...
[REDACTED]:50890 was booted: You are not using the same version as this server.

Last, the version of the server as reported during startup in the log:

Terraria Server v1.4.4.7

Never mind... this is why I shouldn't update my server late at night. I needed to use:

docker pull ryshe/terraria:vanilla-latest

It's fixed.