Skip to content
Snippets Groups Projects
Commit d19f1e15 authored by Ian Baum's avatar Ian Baum
Browse files

Merge branch 'patroni-remove-int' into 'master'

Allow patroni to receive the term signal

Closes #5472

See merge request gitlab-org/omnibus-gitlab!4366
parents 0bf03fce 2660e866
No related branches found
No related tags found
No related merge requests found
---
title: Allow patroni to receive the term signal
merge_request: 4366
author:
type: fixed
......@@ -84,7 +84,6 @@
supervisor_owner account_helper.postgresql_user
supervisor_group account_helper.postgresql_group
restart_on_update false
control(['t'])
options({
user: account_helper.postgresql_user,
groupname: account_helper.postgresql_group,
......
#!/bin/sh
echo "received TERM from runit, sending INT instead to force quit connections"
/opt/gitlab/embedded/bin/sv interrupt patroni
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