summaryrefslogtreecommitdiffstats
path: root/doc/install
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-11-19 23:15:27 -0800
committerit33 <iantien@gmail.com>2015-11-19 23:15:27 -0800
commitd9d8fb60d1af9160b26363fe8e7906f00ba4f386 (patch)
treefe91f4d160e48082679a5abd3eea67e1a76695ff /doc/install
parentc22e8129b0b5f67df6ab8384261a4994fc5cbfb1 (diff)
downloadchat-d9d8fb60d1af9160b26363fe8e7906f00ba4f386.tar.gz
chat-d9d8fb60d1af9160b26363fe8e7906f00ba4f386.tar.bz2
chat-d9d8fb60d1af9160b26363fe8e7906f00ba4f386.zip
Update Administration.md
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/Administration.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/install/Administration.md b/doc/install/Administration.md
index 15bd07778..d5e949fa0 100644
--- a/doc/install/Administration.md
+++ b/doc/install/Administration.md
@@ -94,6 +94,12 @@ To upgrade GitLab Mattermost from the 0.7.1-beta release of Mattermost in GitLab
1. Check that your SSL settings for the SSO provider match the `http://` or `https://` choice selected in `config.json` under `GitLabSettings`
2. Follow steps 1 to 3 of the manual [GitLab SSO configuration procedure](https://github.com/mattermost/platform/blob/master/doc/integrations/Single-Sign-On/Gitlab.md) to confirm your `Secret` and `Id` settings in `config.json` match your GitLab settings, and if they don't, manually update `config.json` to the correct settings and see if this clears the issue.
+###### `"The redirect URI included is not valid.`
+ - This error may be related to SSL configurations in your proxy after a GitLab omnibus upgrade from 8.0, which contained the Mattermost beta version.
+ - **Solution:**
+ - Please check that each step of [the procedure for upgrading Mattermost in GitLab 8.0 to GitLab 8.1 was completed](https://github.com/mattermost/platform/blob/master/doc/install/Upgrade-Guide.md#upgrading-mattermost-in-gitlab-80-to-gitlab-81-with-omnibus). Then check upgrades to successive major versions were completed using the procedure in the [Upgrade Guide](https://github.com/mattermost/platform/blob/master/doc/install/Upgrade-Guide.md#upgrading-mattermost-to-next-major-release).
+
+
###### `We couldn't find the existing account`
- This error appears when a user attempts to sign in using a single-sign-on option with an account that was not created using that single-sign-on option. For example, if a user creates Account A using email sign-up, then attempts to sign-in using GitLab SSO, the error appears since Account A was not created using GitLab SSO.
- **Solution:**