Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server does no update after new release #120

Open
bastian-schur opened this issue Sep 7, 2023 · 2 comments
Open

Server does no update after new release #120

bastian-schur opened this issue Sep 7, 2023 · 2 comments

Comments

@bastian-schur
Copy link

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
Copy link

eumario commented Sep 22, 2023

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
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants