mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
Upgrade to Mattermost v3.0.0
This commit is contained in:
parent
046af1f472
commit
1d8ba3cd7f
2 changed files with 9 additions and 2 deletions
|
@ -9,13 +9,20 @@ Mattermost requires:
|
|||
* A x86_64 system (check with `uname -m`),
|
||||
* MySQL 5.6 or higher (check with `mysql --version`).
|
||||
|
||||
## Installation
|
||||
## Installing
|
||||
|
||||
You can either :
|
||||
|
||||
* Install from the Yunohost Admin web interface, by providing this URL: `https://github.com/kemenaran/mattermost_ynh`
|
||||
* Install from the command-line: `yunohost app install https://github.com/kemenaran/mattermost_ynh`
|
||||
|
||||
## Upgrading
|
||||
|
||||
Mattermost upgrades tend to work only from one minor version to the other (3.0 to 3.1, 3.1 to 3.2, etc).
|
||||
|
||||
**Important**: to upgrade from Mattermost 2.2, you will need an extra manual step.
|
||||
Run the upgrade from Yunohost, then follow [this guide](https://docs.mattermost.com/administration/upgrade.html).
|
||||
|
||||
## What works
|
||||
|
||||
* Installation on domain's root
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.2.0
|
||||
3.0.0
|
||||
|
|
Loading…
Add table
Reference in a new issue