Skip to content
Snippets Groups Projects
Commit 52145e81 authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Add a note about symlinks. Fixes #625

parent 89da9ba7
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -397,6 +397,8 @@ the `git-data` parent directory by adding the following line to
git_data_dir "/mnt/nas/git-data"
```
 
Note that the target directory and any of its subpaths must not be a symlink.
Run `sudo gitlab-ctl reconfigure` for the change to take effect.
 
If you already have existing Git repositories in `/var/opt/gitlab/git-data` you
Loading
Loading
Loading
Loading
@@ -116,7 +116,8 @@ external_url 'GENERATED_EXTERNAL_URL'
 
## For setting up different data storing directory
## see https://gitlab.com/gitlab-org/omnibus-gitlab/blob/629def0a7a26e7c2326566f0758d4a27857b52a3/README.md#storing-git-data-in-an-alternative-directory
## If you want to use a single non-default directory to store git data use:
## If you want to use a single non-default directory to store git data use
## a path that doesn't contain symlinks.
# git_data_dir "/var/opt/gitlab/git-data"
 
# gitlab_rails['satellites_timeout'] = 30
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment