Commit e2bc5d1108cc080e93fb20f18ec3e388ef6b5465

Authored by Sytse Sijbrandij
2 parents 7f2c55eb eb5b3121

Merge branch 'explain_git_data_dir' into 'master'

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"
... ...