Auto-updater is not working
bageshwar opened this issue · 5 comments
bageshwar commented
Anytime a new game update comes, it needs a manual update via steamcmd. Is this a known issue?
joedwards32 commented
Hi, can you clarify? You should only need to restart the container to fetch new updates?
I have observed that the Steam CDN doesn't update all clients at the same time, instead there seems to be some staggering to prevent massive spikes in demand.
bageshwar commented
In my scenario, when not in use, we shut down the VM and have a cron to start the container at @reboot
. This never updates the server.
I have a stop-gap solution where a separate delayed cron runs at @reboot
to update the server.
joedwards32 commented
Can you share any of the container logs from after the @reboot
but before the delayed cron?
joedwards32 commented
Closing due to inactivity