Skip to content
Snippets Groups Projects
Commit 6d822061 authored by DJ Mountney's avatar DJ Mountney
Browse files

Ensure we wait for postgres only when patroni is enabled

parent 1922bad3
No related branches found
No related tags found
1 merge request!26GitLab 13.9
......@@ -91,6 +91,7 @@
ruby_block 'wait for postgresql to start' do
block { pg_helper.is_ready? }
only_if { omnibus_helper.should_notify?(patroni_helper.service_name) }
end
execute 'reload postgresql' do
......
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