From 75aca89805a9a5858413cb192a986b2231f1607c Mon Sep 17 00:00:00 2001 From: Yi EungJun Date: Tue, 17 May 2016 21:20:41 +0900 Subject: [PATCH] README: Describe how to upgrade to 3.0.x from 2.x --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index ea58af5..f47cceb 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,18 @@ docker exec mattermost-db su - postgres sh -c "/usr/bin/envdir /etc/wal-e.d/env ``` Those tasks can be executed through a cron job or systemd timer. +## Upgrading to Team Edition 3.0.x from 2.x + +You need to migrate your database before upgrading mattermost to 3.0.x from +2.x. Run these commands in the latest mattermost-docker directory. + + docker-compose rm -f app + docker-compose build app + docker-compose run app -upgrade_db_30 + docker-compose up -d + +See the [offical Upgrade Guide](http://docs.mattermost.com/administration/upgrade.html) for more details. + ## Known Issues * Do not modify the Listen Address in Service Settings.