World — Upgrade
General procedure
- Take a snapshot of the VM.
- Download the new installation package.
- Extract the package over the existing installation directory.
- Review the version-specific steps in
docs/UPGRADE.mdand apply any required changes. - 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