From 08bc2b02453fca345ac8d13ca576a7d709965c49 Mon Sep 17 00:00:00 2001 From: Rodolfo Berrios <20590102+rodber@users.noreply.github.com> Date: Fri, 9 Feb 2024 11:51:01 -0300 Subject: [PATCH] typo --- docs/UPDATING.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/UPDATING.md b/docs/UPDATING.md index dce13bb..0436036 100644 --- a/docs/UPDATING.md +++ b/docs/UPDATING.md @@ -2,9 +2,9 @@ ## Chevereto -To update to a new Chevereto version re-build the container image (see [BUILDING](BUILDING.md)) to reflect the target version. +To update instances to a new Chevereto version re-build the container image (see [BUILDING](BUILDING.md)) to reflect the target version. -### One-click updating +### One-click Chevereto updating Run the following command to update all instances. The process will swap every instance to the new container image and perform the necessary database updates. @@ -12,7 +12,7 @@ Run the following command to update all instances. The process will swap every i ./update.sh ``` -### Manual updating +### Manual Chevereto updating Swap to the new container image by down plus up-d by passing the `NAMESPACE` of your project. Once done, execute the `app/bin/legacy -C update` command to perform the necessary database updates. @@ -22,17 +22,17 @@ make up-d NAMESPACE=yourproject make exec NAMESPACE=yourproject COMMAND="app/bin/legacy -C update" ``` -## Repository update +## Repository -To update your containers to the latest version of this repository make sure to run first: +To update your containers to the latest version of this repository make sure to run for every instance: ```sh -make down +make down NAMESPACE=yourproject ``` 💡 If you forget to run this you can rollback the repo and execute the above command. -### Manual updating +### Manual repo updating Pull this updated repo changes in your fork. @@ -40,7 +40,7 @@ Pull this updated repo changes in your fork. git fetch --tags -f && git pull ``` -### GitHub one-click updating +### GitHub one-click repo updating 1. Go to **Actions** 2. Select **Update** under **Workflows**