From 0c43957c599c6be16cd25815e8002f6638f93fa2 Mon Sep 17 00:00:00 2001 From: it33 Date: Tue, 10 Nov 2015 22:56:10 -0800 Subject: Update Troubleshooting.md --- doc/install/Troubleshooting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/install/Troubleshooting.md') diff --git a/doc/install/Troubleshooting.md b/doc/install/Troubleshooting.md index b264b60f4..14b931ec6 100644 --- a/doc/install/Troubleshooting.md +++ b/doc/install/Troubleshooting.md @@ -38,10 +38,10 @@ The following is a list of common error messages and solutions: ###### `We received an unexpected status code from the server (200)` - If you have upgraded from a pre-released version of GitLab Mattermost or if an unforseen issue has arrisen during the [upgrade procedure](https://github.com/mattermost/platform/blob/master/doc/install/Upgrade-Guide.md), you may be able to restore Mattermost using the following procedure: - - Stop Mattermost, so DB can be dropped + - `sudo stop mattermost`, so DB can be dropped - `sudo gitlab-ctl reconfigure` - `sudo -u gitlab-psql /opt/gitlab/embedded/bin/dropdb -h /var/opt/gitlab/postgresql mattermost_production` - - Start Mattermost + - `sudo start mattermost` - `sudo gitlab-ctl reconfigure` - [Manually set up GitLab SSO](https://github.com/mattermost/platform/blob/master/doc/integrations/Single-Sign-On/Gitlab.md) by copying Secret and ID into `/var/opt/gitlab/mattermost/config.json` - `sudo gitlab-ctl restart` -- cgit v1.2.3-1-g7c22