Update README.md

This commit is contained in:
Elisabeth Kulzer 2021-07-19 13:35:02 +02:00 committed by GitHub
parent 20f7895a7c
commit 610d55a93a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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