diff options
author | Jacob Vosmaer <jacob@gitlab.com> | 2017-07-06 14:45:29 +0200 |
---|---|---|
committer | Jacob Vosmaer <jacob@gitlab.com> | 2017-07-07 12:48:34 +0200 |
commit | 78089d1153ce9a2e3d32cbcaafb8f9757c56a9d4 (patch) | |
tree | f0f57d7fea851bf85b4c14449161ef38ffd8a00c /doc/update | |
parent | f63ca524c9d80107d2328e3d8175d04aad9b4b8a (diff) | |
download | gitlab-ce-78089d1153ce9a2e3d32cbcaafb8f9757c56a9d4.tar.gz |
Remove option to disable Gitaly completely
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/9.3-to-9.4.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/update/9.3-to-9.4.md b/doc/update/9.3-to-9.4.md index a712ce5a8b1..bbb7f4a8d48 100644 --- a/doc/update/9.3-to-9.4.md +++ b/doc/update/9.3-to-9.4.md @@ -148,6 +148,8 @@ sudo -u git -H make If you have not yet set up Gitaly then follow [Gitaly section of the installation guide](../install/installation.md#install-gitaly). +As of GitLab 9.4, Gitaly is a mandatory component of GitLab. + #### Check Gitaly configuration Due to a bug in the `rake gitlab:gitaly:install` script your Gitaly |