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:
authorJames Ramsay <jramsay@gitlab.com>2018-04-13 00:10:07 +0300
committerJames Ramsay <jramsay@gitlab.com>2018-04-13 00:10:07 +0300
commit47dc372303fbb099584da7c2fcc308b4569c3122 (patch)
tree7db1296f5acb8c9ad8bd40dfccf0f8cc6754f71a /doc/administration/plugins.md
parent4758db5af67ec8a9f6b43589d8236cfddf369a9d (diff)
Add note about HA configurations
Diffstat (limited to 'doc/administration/plugins.md')
-rw-r--r--doc/administration/plugins.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/administration/plugins.md b/doc/administration/plugins.md
index 3ae41638ac3..865259d60f8 100644
--- a/doc/administration/plugins.md
+++ b/doc/administration/plugins.md
@@ -33,6 +33,10 @@ Follow the steps below to set up a custom hook:
For an installation from source the path is usually
`/home/git/gitlab/plugins/`. For Omnibus installs the path is
usually `/opt/gitlab/embedded/service/gitlab-rails/plugins`.
+
+ For [high availability] configurations, your hook file should be exist
+ on each application server.
+
1. Inside the `plugins` directory, create a file with a name of your choice,
without spaces or special characters.
1. Make the hook file executable and make sure it's owned by the git user.
@@ -78,3 +82,4 @@ Validating plugins from /plugins directory
[system hooks]: ../system_hooks/system_hooks.md
[webhooks]: ../user/project/integrations/webhooks.md
+[high availability]: ./high_availability/README.md \ No newline at end of file