vinanrra / Docker-7DaysToDie

7 days to die server using LinuxGSM in Docker with backups, monitor, auto-installable mods and more
GNU General Public License v3.0
236 stars 47 forks source link

Server not updating to the latest build [BUG] #168

Closed Admin-Unknown closed 1 year ago

Admin-Unknown commented 1 year ago

Describe the bug 7dtd server is not being updated to the latest build on the experimental branch even after a recreate of the container

Expected behavior SteamCMD to pull the latest build upon start

Versions:

Docker/Docker-compose docker run -d --name 7dtdserver --restart unless-stopped -v "/gameserver/7d2d:/home/sdtdserver/.local/share/7DaysToDie/" -v "/gameserver/7d2d:/home/sdtdserver/serverfiles/" -v "/gameserver/7d2d:/home/sdtdserver/log/" -v "/gameserver/7d2d:/home/sdtdserver/lgsm/backup/" -v "/gameserver/7d2d:/home/sdtdserver/lgsm/config-lgsm/sdtdserver/" -p 26900:26900/tcp -p 26900:26900/udp -p 26901:26901/udp -p 26902:26902/udp -e START_MODE=3 -e VERSION=latest_experimental -e PUID=1001 -e PGID=1001 -e TimeZone=Europe/London vinanrra/7dtd-server:v0.5.3

Additional context Running on Ubuntu Server 23.04 I have removed the container, recreated several times, double checked image version and even explicitly set in the docker command Get an error in the log [FAIL] Updating sdtdserver: checking remote build: SteamCMDbranch="-beta latest_experimental"

Admin-Unknown commented 1 year ago

The dockerfile build string still says 0.5.1 as well just fyi

vinanrra commented 1 year ago

I will check it later, but I was able to start a server with the latest experimental, try using different volumen folder or cleanup the current ones

Admin-Unknown commented 1 year ago

Hi, thanks for the reply

On closer inspection, the changelog for 7d2d B317 is recommending a fresh save anyway, so I will nuke this server and start fresh. I will make this resolved for now and monitor for future updates, and reopen as necessary.