Skip to content

Commit

Permalink
Don't generate pg_hba.conf on every PITR
Browse files Browse the repository at this point in the history
https://github.com/vitabaks/postgresql_cluster#point-in-time-recovery

If you need to re-generate pg_hba.conf then you can add the task explicitly to the tag list.

--tags point_in_time_recovery, pg_hba

Addition to commit 0c4a4e7
  • Loading branch information
vitabaks committed Nov 5, 2020
1 parent 75022e9 commit 3952a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/patroni/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@
mode: 0640
when: patroni_cluster_bootstrap_method != "initdb" and
(existing_pgcluster is not defined or not existing_pgcluster|bool)
tags: patroni, point_in_time_recovery
tags: patroni

- block: # start patroni on master
- name: Start patroni service on the Master server
Expand Down

0 comments on commit 3952a49

Please sign in to comment.