Commit c4959042 authored by Nick Thomas's avatar Nick Thomas

Merge branch 'sh-geo-restart-after-clean' into 'master'

Geo: Add documentation to restart after moving the files out

See merge request gitlab-org/gitlab-ee!3088
parents 44b07ee2 6a8ee081
...@@ -48,6 +48,13 @@ chown git:git /var/opt/gitlab/gitlab-rails/working ...@@ -48,6 +48,13 @@ chown git:git /var/opt/gitlab/gitlab-rails/working
You may delete `/var/opt/gitlab/gitlab-rails/working.old` any time. You may delete `/var/opt/gitlab/gitlab-rails/working.old` any time.
Once this is done, we advise restarting GitLab on the secondary nodes for the
new working directory to be used:
```
sudo gitlab-ctl restart
```
## Upgrading from GitLab 9.3 or older ## Upgrading from GitLab 9.3 or older
If you started running Geo on GitLab 9.3 or older, we recommend that you If you started running Geo on GitLab 9.3 or older, we recommend that you
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment