Skip to content

Additional Setup ‐ Update or downgrade

ElGuillermo edited this page Dec 30, 2024 · 31 revisions

🧭 You are here : Wiki home / Additional Setup / Update or downgrade


Update

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.

Normal (most) updates

  • 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 page

    git 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)

Downgrade (in case of issue) to a previous version

1. Check the available versions numbers :

2. Edit your .env file and change TAGGED_VERSION from latest 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

3. Restart

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

HLL Community RCON Wiki

📦 Getting Started

📖 User Guide

🕵️ Main interface

🧙‍♂️ Admin panel

Additional Setup

🛠️ Additional installs

💾 Backup

🚚 Moving/changing servers

👽 Specific server providers setups

⚗️ Developer Guides

🆘 Troubleshooting & Help

Common procedures

Need help ?

Clone this wiki locally