Commit cbe76a1c370281c54996be892ff8e847d47bcf63
1 parent
ecf60b53
Exists in
master
and in
4 other branches
Be careful with configuration management
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
doc/update.md
| @@ -134,6 +134,12 @@ sudo service redis-server stop | @@ -134,6 +134,12 @@ sudo service redis-server stop | ||
| 134 | sudo update-rc.d redis-server disable | 134 | sudo update-rc.d redis-server disable |
| 135 | ``` | 135 | ``` |
| 136 | 136 | ||
| 137 | +If you are using a configuration management system to manage GitLab on your | ||
| 138 | +server, remember to also disable GitLab and its related services there. Also | ||
| 139 | +note that in the following steps, the existing home directory of the git user | ||
| 140 | +(`/home/git`) will be changed to `/var/opt/gitlab`. | ||
| 141 | + | ||
| 142 | + | ||
| 137 | Next, create a `gitlab.rb` file for your new setup. | 143 | Next, create a `gitlab.rb` file for your new setup. |
| 138 | 144 | ||
| 139 | ``` | 145 | ``` |