Skip to content

World — Upgrade

General procedure

  1. Take a snapshot of the VM.
  2. Download the new installation package.
  3. Extract the package over the existing installation directory.
  4. Review the version-specific steps in docs/UPGRADE.md and apply any required changes.
  5. Pull updated images and restart.

Warning

Upgrades must be performed in sequence. Skipping versions is not supported.

Warning

Always review UPGRADE.md and perform any migration steps, as not doing so will result in a broken installation.

Example

Upgrading to version 3.11:

unzip world-3.11.zip -d /opt/synkzone/
cd /opt/synkzone/world
cat docs/UPGRADE.md
# <review current compose.yaml and transfer any changes to compose-3.11.yaml
ln -s compose-3.11.yaml compose.yaml
docker compose pull
docker compose up -d