From c2c20cc861f213d49d9693c584e51e38854b60d3 Mon Sep 17 00:00:00 2001 From: sym Date: Thu, 13 Jan 2022 18:28:09 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 593389a..1aad887 100644 --- a/README.md +++ b/README.md @@ -169,3 +169,8 @@ Enable line 65/66 and 69/70 in ldapoverleaf-sl/Dockerfile and ``make`` again. docker-compose -f docker-compose.certbot.yml up -d ``` +## Upgrading +*Be aware:* if you upgrade from a previous installation check your docker image version + +E.g.: Mongodb: You cannot upgrade directly from mongo 4.2 to 5.0. You must first upgrade from 4.2 to 4.4. +Do not upgrade without proper testing and Backup your installation beforehand.