From 735f4871947ef2b68d07ae7c228e6ce1db296ca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Peters?= Date: Sat, 8 Feb 2020 12:56:48 +0100 Subject: [PATCH] Update i_u_m_update.md --- docs/i_u_m_update.md | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/docs/i_u_m_update.md b/docs/i_u_m_update.md index 3cc21bec8..c3c03e977 100644 --- a/docs/i_u_m_update.md +++ b/docs/i_u_m_update.md @@ -27,14 +27,12 @@ Some minor conflicts will be auto-corrected (in favour for the mailcow: dockeriz ./update.sh --prefetch ``` -## Manual update +## Manual update (not maintained anymore, please use update.sh) ### Step 1 -You may want to backup your certificates, as an upgrade from an older mailcow: dockerized version may remove these files: - ``` -cp -rp data/assets/ssl /tmp/ssl_backup_mailcow +docker-compose down ``` Fetch new data from GitHub, commit changes and merge remote repository: @@ -54,20 +52,8 @@ git status --porcelain | grep -E "UD|DU" | awk '{print $2}' | xargs rm -v # ...and repeat step 2 and 3 ``` -Check data/assets/ssl for your certificates (and dhparams.pem). If you miss them, recover your files: - -``` -cp -rp /tmp/ssl_backup_mailcow/* data/assets/ssl/ -``` - ### Step 2 -When upgrading from a version older than May 13th, 2017 to a version released after that date, you need to run the following command first as network settings have been changed: - -``` -docker-compose down -``` - Pull new images (if any) and recreate changed containers: ```