Files
Docker-Chevereto/docs/UPDATING.md
Rodolfo Berrios 3ca890a2b6 updates
2022-11-12 18:22:28 -03:00

1.0 KiB

Updating

Repository update

To update your containers to the latest version of this repository make sure to run first:

make down

💡 If you forget to run this you can rollback the repo and execute the above command.

Manual updating

Pull this updated repo changes in your fork.

git fetch --tags -f && git pull

GitHub one-click updating

  1. Go to Actions
  2. Select Update under Workflows
  3. Click on Run Workflow and confirm

Update template

🤖 When done a bot will create a pull request in your repo so you can review and confirm the changes.

Update merge

Chevereto application update

With the repository updated follow these steps:

  1. Re-build the images (see BUILDING)
  2. Down containers (see DOCKER-COMPOSE)
  3. Re-up containers

Refer to persistance troubleshoot If the system prompts to re-install.