Commit 448d259b authored by Alexander Strachan's avatar Alexander Strachan Committed by Achilleas Pipinellis

Added start gitaly service to Migrate to a new server procedure

parent 2c6c6e93
...@@ -1417,7 +1417,7 @@ To prepare the new server: ...@@ -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: 1. Flush the Redis database to disk, and stop GitLab other than the services needed for migration:
```shell ```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: 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