From 610d55a93aa19bdeba9b9da47967c81de291620f Mon Sep 17 00:00:00 2001 From: Elisabeth Kulzer Date: Mon, 19 Jul 2021 13:35:02 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ff47da8..7b10d71 100644 --- a/README.md +++ b/README.md @@ -133,3 +133,9 @@ Remove all the data and settings of your Mattermost instance ``` sudo rm -rf volumes ``` + +## Upgrading from mattermost-docker + +For upgrading from deprecated [mattermost-docker](https://github.com/mattermost/mattermost-docker) please follow the instructions [here](https://github.com/mattermost/docker/blob/main/scripts/UPGRADE.md). +This will upgrade the mattermost-docker postgresql database and your installation can then be switched to this repository's setup which will be maintained for future releases. +For any comments, help needed and/or questions, please don't hesitate to write us in this issue: https://github.com/mattermost/mattermost-docker/issues/489 From f01ca41e2d65507301b80d3c2da18633243bca52 Mon Sep 17 00:00:00 2001 From: Elisabeth Kulzer Date: Mon, 19 Jul 2021 13:41:42 +0200 Subject: [PATCH 2/3] Update README.md Co-authored-by: Jason Blais <13119842+jasonblais@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b10d71..e6b4c71 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ Remove all the data and settings of your Mattermost instance sudo rm -rf volumes ``` -## Upgrading from mattermost-docker +# Upgrading from mattermost-docker For upgrading from deprecated [mattermost-docker](https://github.com/mattermost/mattermost-docker) please follow the instructions [here](https://github.com/mattermost/docker/blob/main/scripts/UPGRADE.md). This will upgrade the mattermost-docker postgresql database and your installation can then be switched to this repository's setup which will be maintained for future releases. From 79c0b28db841eb51e4abfa71616a5631cad229a4 Mon Sep 17 00:00:00 2001 From: Elisabeth Kulzer Date: Mon, 19 Jul 2021 13:49:21 +0200 Subject: [PATCH 3/3] Address review --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e6b4c71..beb8c16 100644 --- a/README.md +++ b/README.md @@ -137,5 +137,7 @@ sudo rm -rf volumes # Upgrading from mattermost-docker For upgrading from deprecated [mattermost-docker](https://github.com/mattermost/mattermost-docker) please follow the instructions [here](https://github.com/mattermost/docker/blob/main/scripts/UPGRADE.md). -This will upgrade the mattermost-docker postgresql database and your installation can then be switched to this repository's setup which will be maintained for future releases. +This will upgrade the mattermost-docker postgres database and the mattermost application. The upgrade script aims to ease the migration to this repository's approach which does not use customized docker images. +This repository will be maintained for future releases. + For any comments, help needed and/or questions, please don't hesitate to write us in this issue: https://github.com/mattermost/mattermost-docker/issues/489