-
Notifications
You must be signed in to change notification settings - Fork 76
Additional Setup ‐ Update or downgrade
🧭 You are here : Wiki home / Additional Setup / Update or downgrade
Join the CRCON Discord and follow the announcements channel.
Sometimes, update instructions vary from standard.
If you are updating from an older version, you should review the announcements in order and make any non-standard changes in order.
-
Pull the changes from github
git fetch --tags
-
Check out a tagged release
You'll find the current version numbers to use in the
git checkout
command on the Releases Tags pagegit checkout v11.1.0
Note
If you get git
error messages, you have to resolve these before you can upgrade.
(Unless you have been changing files, this should never happen).
ie, to restore the rcon/hooks.py
file to its original version, use these commands :
git restore rcon/hooks.py
-
Get the newest Docker images
docker compose pull
-
Restart your containers
docker compose up -d --remove-orphans
You also can download the latest zip release and install it manually (NOT recommended)
- on Docker hub : https://hub.docker.com/r/cericmathey/hll_rcon_tool/tags
- on Github's Releases Tags page https://github.com/MarechJ/hll_rcon_tool/tags
(it must match the release tag you've find either on Docker hub or Github):
TAGGED_VERSION=v11.1.0
docker compose pull
docker compose up -d --remove-orphans
Hell Let Loose (HLL) Community RCON (CRCON) Wiki - Back to Home
- Home
- Views
- Maps
- Records
- Settings
- Webhooks
- Automods
- Others
- Stats
- Admin panel (needs update)
- Migrate CRCON to another VPS
- Replace the game server managed in CRCON
- Adding a game server to manage in CRCON
- Overview Project Structure
- Development environment
- Building your own Docker images
- CRCON API
- Streaming Logs
- Remotely connect to the PostgreSQL database
- Miscellaneous (needs update)
- HLL RCON Commands (needs update)
- Please look at this first
- Ask for help