From 258c0fbaac4c888f8596a40015863ff86817594e Mon Sep 17 00:00:00 2001 From: gluap <44007906+gluap@users.noreply.github.com> Date: Fri, 3 Dec 2021 22:03:41 +0100 Subject: [PATCH] spelling --- UPGRADING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/UPGRADING.md b/UPGRADING.md index 9623f2e..b617188 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -12,9 +12,9 @@ explicitly. Once we implement them, their usage will be described in the * Obviously, now is a good time to perform a full backup ;) * Update the codebase (`git pull`, `git submodule update`). * Update your ``docker-compose.yaml`` from the ``deployment/examples`` folder. - * Leave the MongoDB service in place for now - * but update all other service descriptions. - * You can remove `redis` already. Generate a better password than the default for your + * Leave the MongoDB service in place for now. + * Update all other service descriptions. + * You can remove `redis` already. Generate a better password than the default for your postgres user. Traefik rules have been simplified as all routes are handled by the portal service now. * Start up the `mongo` and `postgres` services. Wait for postgres to finish