We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a247266 commit 37a318cCopy full SHA for 37a318c
misc/homedir-move/README.md renamed to misc/homedir/movedir.md
@@ -34,7 +34,7 @@ usermod -d /var/lib/git -g 500 -u 500 git
34
### 2. Move the git folder
35
36
```bash
37
-mv /home/git /var/lib/
+cp -r /home/git /var/lib/
38
```
39
40
### 3. Change permissions to use the new uid/gid
@@ -235,3 +235,9 @@ To make sure you didn't miss anything run a more thorough check with:
235
236
cd ~git/gitlab
237
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
238
+
239
+### 12. Remove old home
240
241
+Once you are happy that everything is now working in the new directory, you can remove the old `/home/git`
242
243
+ rm -rf /home/git
0 commit comments