Commit f80f2cd913fed4b1543ebe9ae445d229ef022a58
1 parent
a892fa69
Exists in
master
and in
4 other branches
Don't give git sudo rights
Showing
1 changed file
with
9 additions
and
0 deletions
Show diff stats
README.md
... | ... | @@ -64,6 +64,15 @@ unicorn['port'] = 3456 |
64 | 64 | |
65 | 65 | For Nginx port changes please see the section on enabling HTTPS below. |
66 | 66 | |
67 | +#### Reconfigure fails to create the git user | |
68 | + | |
69 | +This can happen if you run `sudo gitlab-ctl reconfigure` as the git user. | |
70 | +Switch to another user. | |
71 | + | |
72 | +More importantly: do not give sudo rights to the git user or to any of the | |
73 | +other users used by omnibus-gitlab. Bestowing unnecessary privileges on a | |
74 | +system user weakens the security of your system. | |
75 | + | |
67 | 76 | ### Uninstalling omnibus-gitlab |
68 | 77 | |
69 | 78 | To uninstall omnibus-gitlab, preserving your data (repositories, database, configuration), run the following commands. | ... | ... |