Files
Docker-Chevereto/docs/UPGRADING.md
Rodolfo Berrios 29aec50861 cheevreto v4.5
2026-04-08 10:17:51 -04:00

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