diff options
author | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2014-08-04 11:50:30 +0200 |
---|---|---|
committer | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2014-08-04 11:50:30 +0200 |
commit | d4f5af820f2fdb442404804859c84d2ef21794d9 (patch) | |
tree | fa1bf76639aa43cdcc68d1e9d4bb63b0de63beee /doc/update | |
parent | ca4ab9efb987343c6710d32192fd5290ec303b0a (diff) | |
parent | d2ed33224a98cb80d9f2bec0fb4e3608586f843e (diff) | |
download | gitlab-ce-d4f5af820f2fdb442404804859c84d2ef21794d9.tar.gz |
Merge pull request #7422 from bbodenmiller/rm-gitlab-user
Add command to remove GitLab user
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/4.2-to-5.0.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/update/4.2-to-5.0.md b/doc/update/4.2-to-5.0.md index daf7f7dc4a2..30b25a2d2d5 100644 --- a/doc/update/4.2-to-5.0.md +++ b/doc/update/4.2-to-5.0.md @@ -163,3 +163,7 @@ sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production ``` **P.S. If everything works as expected you can remove gitlab user from system** + +```bash +sudo userdel -r gitlab +``` |