Skip to content
Snippets Groups Projects
Commit be46b88d509b authored by Kate Grechishkina's avatar Kate Grechishkina
Browse files

Add Gitaly restart step to migration guide

parent 6c560bbc963a
No related branches found
No related tags found
2 merge requests!60Heptapod 0.28 is the new stable,!56Heptapod 0.28 / GitLab 14.5
......@@ -77,9 +77,15 @@
1. Reconfigure Omnibus GitLab to apply the changes:
```shell
sudo gitlab-ctl reconfigure
```
```shell
sudo gitlab-ctl reconfigure
```
1. If you migrated `/home/git/gitlab-shell/.gitlab_shell_secret`, you also [need to restart Gitaly](https://gitlab.com/gitlab-org/gitaly/-/issues/3837):
```shell
sudo gitlab-ctl restart gitaly
```
## Upgrading from non-Omnibus PostgreSQL to an Omnibus installation using a backup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment