Skip to content
Snippets Groups Projects
Commit 74243533 authored by Keelan Lang's avatar Keelan Lang 🏳️‍🌈
Browse files

Removed unnecessary hups and restarts

parent bab39802
No related branches found
No related tags found
2 merge requests!96059Draft: Add GraphQL query for deployment details,!94998Moving service restarts to Geo finalize
......@@ -529,13 +529,6 @@ Log in to your **primary** node, executing the following:
sudo SKIP_POST_DEPLOYMENT_MIGRATIONS=true gitlab-ctl reconfigure
```
1. Hot reload `puma` and `sidekiq` services:
```shell
sudo gitlab-ctl hup puma
sudo gitlab-ctl restart sidekiq
```
### Update the Geo secondary site
On each **secondary** node, executing the following:
......@@ -574,14 +567,6 @@ On each **secondary** node, executing the following:
sudo SKIP_POST_DEPLOYMENT_MIGRATIONS=true gitlab-ctl reconfigure
```
1. Hot reload `puma`, `sidekiq` and restart `geo-logcursor` services:
```shell
sudo gitlab-ctl hup puma
sudo gitlab-ctl restart sidekiq
sudo gitlab-ctl restart geo-logcursor
```
1. Run post-deployment database migrations, specific to the Geo database:
```shell
......
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