Skip to content

Update or downgrade

ElGuillermo edited this page Sep 18, 2024 · 2 revisions

Update

Please join the CRCON Discord and follow announcements.
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.

Normal (most) updates

  • Pull the changes from github

    git fetch --tags
  • Check out a tagged release

    git checkout v10.4.0
  • 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)

Note

If you get git error messages when you pull, you have to resolve these before you can upgrade.
(Unless you have been changing files, this should never happen).
It's important you get the sources every time, or at least the Docker compose files, as new dependancies might have been introduced.

Downgrade (in case of issue) to a previous version

Check the available versions numbers on Docker hub (or Github releases) :
https://hub.docker.com/r/cericmathey/hll_rcon_tool/tags
https://github.com/MarechJ/hll_rcon_tool/releases

Edit your .env file and change TAGGED_VERSION from latest to a specific tagged release
(it must match the release tag on Docker hub):

TAGGED_VERSION=10.3.0

Then restart

docker compose pull
docker compose up -d --remove-orphans

HLL Community RCON

Getting Started

Additional Setup

Server Provider Setups

User Guide

User Guide : Autosettings

User Guide : Admin interface

Developer Guides

Help

Other

Clone this wiki locally