mirror of
https://github.com/chevereto/docker.git
synced 2026-05-06 18:36:11 +02:00
623 B
623 B
Upgrading
To upgrade you need to (1) Sync repository, (2) Re-build the container image, and (3) Update Chevereto instances.
Step 1: Sync repository
Sync this repository to get the latest changes.
make sync
Note: If there's a new branch (for example 4.5) switch to that branch running the following command:
git switch 4.5
Step 2: Re-build the container image
Build a new container image to reflect the newest release.
make image
Step 3: Update Chevereto instances
This will down and re-up the containers and carry the required database update.
make update