Commit aea453e83fd341c1f84ebf97170794b9960bb065

Authored by Sytse Sijbrandij
2 parents 1d6f4a60 f80f2cd9

Merge branch 'no_sudo' into 'master'

Don't give git sudo rights
Showing 1 changed file with 9 additions and 0 deletions   Show diff stats
@@ -64,6 +64,15 @@ unicorn['port'] = 3456 @@ -64,6 +64,15 @@ unicorn['port'] = 3456
64 64
65 For Nginx port changes please see the section on enabling HTTPS below. 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 ### Uninstalling omnibus-gitlab 76 ### Uninstalling omnibus-gitlab
68 77
69 To uninstall omnibus-gitlab, preserving your data (repositories, database, configuration), run the following commands. 78 To uninstall omnibus-gitlab, preserving your data (repositories, database, configuration), run the following commands.