summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/update/4.2-to-5.0.md4
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
+```