You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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.
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?
The text was updated successfully, but these errors were encountered: