Skip to content

Additional Setup ‐ Update or downgrade

ElGuillermo edited this page Jan 1, 2025 · 31 revisions

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


Update

Caution

Sometimes, update 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.

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 them to be allowed to upgrade. (Unless you have been changing files, this should never happen). See this Common issues question.

  • 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