Commit 88ac4ad5 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch...

Merge branch '20107-update-documentation-according-to-the-new-multiple-repository-storage-paths-feature' into 'master'

Update documentation according to the new multiple git mount points feature

Closes #20107

See merge request !5411
parents f0fc635d 04fff5cd
# Repository storages
GitLab allows you to define repository storage paths to enable distribution of
storage load between several mount points.
storage load between several mount points. You can choose where new projects are
stored via the `Application Settings` in the Admin interface.
## For installations from source
......
......@@ -2,7 +2,7 @@
## Remove garbage from filesystem. Important! Data loss!
Remove namespaces(dirs) from `/home/git/repositories` if they don't exist in GitLab database.
Remove namespaces(dirs) from all repository storage paths if they don't exist in GitLab database.
```
# omnibus-gitlab
......@@ -12,7 +12,7 @@ sudo gitlab-rake gitlab:cleanup:dirs
bundle exec rake gitlab:cleanup:dirs RAILS_ENV=production
```
Rename repositories from `/home/git/repositories` if they don't exist in GitLab database.
Rename repositories from all repository storage paths if they don't exist in GitLab database.
The repositories get a `+orphaned+TIMESTAMP` suffix so that they cannot block new repositories from being created.
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment