Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-08-25 12:09:56 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-25 12:09:56 +0300
commitfde9498dabb9cf80ac6a621c053d97fd31b481fc (patch)
tree9f3fceb70ad58e32e41f0dbec42dce34adf2ed26 /doc/integration
parent0beea7cad04a2545857a7584af411be1c8ea7168 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/integration')
-rw-r--r--doc/integration/mattermost/index.md69
1 files changed, 31 insertions, 38 deletions
diff --git a/doc/integration/mattermost/index.md b/doc/integration/mattermost/index.md
index fea25a398ba..8b4275d1d9c 100644
--- a/doc/integration/mattermost/index.md
+++ b/doc/integration/mattermost/index.md
@@ -308,42 +308,6 @@ This setting can also be configured in `/var/opt/gitlab/mattermost/config.json`.
## Upgrading GitLab Mattermost
-Below is a list of Mattermost versions for GitLab 14.0 and later:
-
-| GitLab version | Mattermost version |
-|:---------------|:-------------------|
-| 16.2 | 7.10 |
-| 16.1 | 7.10 |
-| 16.0 | 7.10 |
-| 15.11 | 7.9 |
-| 15.10 | 7.8 |
-| 15.9 | 7.7 |
-| 15.8 | 7.5 |
-| 15.7 | 7.5 |
-| 15.6 | 7.4 |
-| 15.5 | 7.3 |
-| 15.4 | 7.2 |
-| 15.3 | 7.1 |
-| 15.2 | 7.0 |
-| 15.1 | 6.7 |
-| 15.0 | 6.6 |
-| 14.10 | 6.5 |
-| 14.9 | 6.4 |
-| 14.8 | 6.3 |
-| 14.7 | 6.2 |
-| 14.6 | 6.1 |
-| 14.5 | 5.39 |
-| 14.4 | 5.39 |
-| 14.3 | 5.38 |
-| 14.2 | 5.37 |
-| 14.1 | 5.36 |
-| 14.0 | 5.35 |
-
-- GitLab 14.5 remained on Mattermost 5.39.
-- GitLab 14.6 updates to Mattermost 6.1 instead of 6.0.
-- GitLab 15.8 remained on Mattermost 7.5.
-- GitLab 16.1 and 16.2 remained on Mattermost 7.10.
-
NOTE:
When upgrading the Mattermost version, it is essential to check the
[Important Upgrade Notes](https://docs.mattermost.com/administration/important-upgrade-notes.html)
@@ -368,7 +332,37 @@ If this is not the case, there are two options:
For a complete list of upgrade notices and special considerations for older versions, see the [Mattermost documentation](https://docs.mattermost.com/administration/important-upgrade-notes.html).
-## Upgrading GitLab Mattermost to 14.6
+### GitLab Mattermost versions shipped with the Linux package
+
+Below is a list of Mattermost version changes for GitLab 14.0 and later:
+
+| GitLab version | Mattermost version | Notes |
+| :------------- | :----------------- | ---------------------------------------------------------------------------------------- |
+| 16.3 | 8.0 | |
+| 16.0 | 7.10 | |
+| 15.11 | 7.9 | |
+| 15.10 | 7.8 | |
+| 15.9 | 7.7 | |
+| 15.7 | 7.5 | |
+| 15.6 | 7.4 | |
+| 15.5 | 7.3 | |
+| 15.4 | 7.2 | |
+| 15.3 | 7.1 | |
+| 15.2 | 7.0 | |
+| 15.1 | 6.7 | |
+| 15.0 | 6.6 | |
+| 14.10 | 6.5 | |
+| 14.9 | 6.4 | |
+| 14.8 | 6.3 | |
+| 14.7 | 6.2 | |
+| 14.6 | 6.1 | Updates to 6.1 instead of 6.0. [See upgrade notes](#upgrading-gitlab-mattermost-to-146). |
+| 14.4 | 5.39 | |
+| 14.3 | 5.38 | |
+| 14.2 | 5.37 | |
+| 14.1 | 5.36 | |
+| 14.0 | 5.35 | |
+
+### Upgrading GitLab Mattermost to 14.6
GitLab 14.6 ships with Mattermost 6.1 including potentially long running database migrations for Mattermost 6.0. For information about upgrading and for ways to reduce the downtime caused by those migrations, read the [Important Upgrade Notes](https://docs.mattermost.com/administration/important-upgrade-notes.html) for both versions. If you need to perform any manual migrations, [connect to the bundled PostgreSQL database](#connecting-to-the-bundled-postgresql-database).
@@ -409,4 +403,3 @@ For help and support around your GitLab Mattermost deployment, see:
- [Troubleshooting Mattermost issues](https://docs.mattermost.com/install/troubleshooting.html).
- [Mattermost GitLab Issues Support Handbook](https://docs.mattermost.com/process/support.html?highlight=omnibus#gitlab-issues).
-- [GitLab Mattermost issue tracker](https://gitlab.com/gitlab-org/gitlab-mattermost/-/issues) for verified bugs with repro steps.