summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2018-04-16 20:52:46 +0000
committerFilipa Lacerda <filipa@gitlab.com>2018-04-17 13:26:44 +0100
commit0fabf59c0a6e1d3748438d5451926c519eea638c (patch)
treeebecd4fd6b05dbb7d29852163ced433ebce531db
parent27b1f96065cf18b5e8423599fcc949c4d8e9e9b4 (diff)
downloadgitlab-ce-0fabf59c0a6e1d3748438d5451926c519eea638c.tar.gz
Merge branch 'jramsay-ha-plugin-docs' into 'master'
Add note about HA configurations See merge request gitlab-org/gitlab-ce!18354
-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..4302667caf5 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 [highly available] configurations, your hook file should 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
+[highly available]: ./high_availability/README.md \ No newline at end of file