Didstopia / rust-server

Provides a dedicated linux server for Rust (the game) running inside a Docker container.
MIT License
243 stars 105 forks source link

Server does no update after new release #120

Open bastian-schur opened 1 year ago

bastian-schur commented 1 year ago

Describe the bug On ForceWipe i shutdown my server ~ 10minutes after offical update is released. When is start it again, it does no update. Seems to be the same as with the client - I just restart Steam. But that's irrelevant here - Steam only starts with the server, right?

To Reproduce Start server short after offical update released

Expected behavior Server should do an update

Anyeone else with this problem?

eumario commented 11 months ago

Did you make sure to set RUST_UPDATE_CHECKING to 1, and RUST_UPDATE_BRANCH to the branch you are running in your configuration for your Container? If RUST_UPDATE_CHECKING is set to 1 but RUST_UPDATE_BRANCH isn't present, or isn't set to a valid branch, such as "public", "staging", "prerelease", it will fail to update. Also, make sure RUST_START_MODE is set to '0' for it to check for updates at startup, before running the server. If you have it set as 1, it will only update and exit, and if you have it set to 2, it will only launch the server, it will never check for updates when you boot it.

bastian-schur commented 11 months ago

I don't have set this values, they are on default. But that shouldn't change anything. The only problem is that shortly after a new update is available, it cannot be found. If I update two hours later, everything works normally.