Skip to content
Snippets Groups Projects
Commit 133f64a737ad authored by Balasankar 'Balu' C's avatar Balasankar 'Balu' C
Browse files

Merge branch 'docs-add-gitalyrestart-to-migration-guide' into 'master'

Add Gitaly restart step to migration guide

See merge request gitlab-org/omnibus-gitlab!5669
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