-
Notifications
You must be signed in to change notification settings - Fork 76
Additional Setup ‐ Update or downgrade
ElGuillermo edited this page Jan 1, 2025
·
31 revisions
🧭 You are here : Wiki home / Additional Setup / Update or downgrade
Caution
Sometimes, update and downgrade instructions vary from standard.
Join the CRCON Discord and follow the announcements channel.
If you are updating from an legacy (older) version, you should review the announcements in order and make any non-standard changes in order.
Here we'll use git
. If you don't want to use it, you can download the latest release in .zip format and install CRCON manually, but this is NOT recommended.
- 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 issues to be allowed to upgrade.
(Unless you have manually modifified files, this should never happen).
See this Common issues question.
- Pull Docker images
docker compose pull
- Restart
docker compose up -d --remove-orphans
- Check the available versions numbers :
- 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
- Edit your
.env
file and changeTAGGED_VERSION
parameter value fromlatest
to a specific tagged release
(it must match the release tag you've find either on Docker hub or Github):TAGGED_VERSION=v11.1.0
- Pull Docker images
docker compose pull
- Restart
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