Commit ca7cdac7 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'astrachan-master-patch-46196' into 'master'

Added start gitaly service to Migrate to a new server procedure

See merge request gitlab-org/gitlab!84675
parents ae20de87 448d259b
......@@ -1417,7 +1417,7 @@ To prepare the new server:
1. Flush the Redis database to disk, and stop GitLab other than the services needed for migration:
```shell
sudo /opt/gitlab/embedded/bin/redis-cli -s /var/opt/gitlab/redis/redis.socket save && sudo gitlab-ctl stop && sudo gitlab-ctl start postgresql
sudo /opt/gitlab/embedded/bin/redis-cli -s /var/opt/gitlab/redis/redis.socket save && sudo gitlab-ctl stop && sudo gitlab-ctl start postgresql && sudo gitlab-ctl start gitaly
```
1. Create a GitLab backup:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment