Skip to content
Snippets Groups Projects
Commit 704a95ec authored by Alejandro Rodriguez's avatar Alejandro Rodriguez Committed by Achilleas Pipinellis
Browse files

Clarify documentation for moving repositories

parent 11b70b58
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -230,7 +230,7 @@ sudo rsync -av /var/opt/gitlab/git-data/repositories /mnt/nas/git-data/
 
# Start the necessary processes and run reconfigure to fix permissions
# if necessary
sudo gitlab-ctl upgrade
sudo gitlab-ctl reconfigure
 
# Double-check directory layout in /mnt/nas/git-data. Expected output:
# repositories
Loading
Loading
@@ -241,6 +241,11 @@ sudo ls /mnt/nas/git-data/
sudo gitlab-ctl start
```
 
If you're not looking to move all repositories, but instead want to move specific
projects between existing repository storages, use the
[Edit Project API](https://docs.gitlab.com/ee/api/projects.html#edit-project)
endpoint and specify the `repository_storage` attribute.
## Changing the name of the Git user / group
 
By default, Omnibus GitLab uses the user name `git` for Git GitLab Shell login,
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