joedwards32/CS2

Auto-updater is not working

bageshwar opened this issue · 5 comments

Anytime a new game update comes, it needs a manual update via steamcmd. Is this a known issue?

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.

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.

Can you share any of the container logs from after the @reboot but before the delayed cron?

Closing due to inactivity