Commit eb5b3121f3dd209f818537dd276a58ea33153087
1 parent
7f2c55eb
Exists in
master
and in
4 other branches
Explain what goes in the git_data_dir
Showing
1 changed file
with
6 additions
and
2 deletions
Show diff stats
README.md
... | ... | @@ -141,8 +141,12 @@ Run `sudo gitlab-ctl reconfigure` for the change to take effect. |
141 | 141 | |
142 | 142 | ### Storing Git data in an alternative directory |
143 | 143 | |
144 | -By default, omnibus-gitlab stores Git repository data in `/var/opt/gitlab/git-data`. | |
145 | -You can change this location by adding the following line to `/etc/gitlab/gitlab.rb`. | |
144 | +By default, omnibus-gitlab stores Git repository data under | |
145 | +`/var/opt/gitlab/git-data`: repositories are stored in | |
146 | +`/var/opt/gitlab/git-data/repositories`, and satellites in | |
147 | +`/var/opt/gitlab/git-data/gitlab-satellites`. You can change the location of | |
148 | +the `git-data` parent directory by adding the following line to | |
149 | +`/etc/gitlab/gitlab.rb`. | |
146 | 150 | |
147 | 151 | ```ruby |
148 | 152 | git_data_dir "/mnt/nas/git-data" | ... | ... |