Ensure schema updates are run after upgrade
This commit is contained in:
parent
f85136ed62
commit
ce82f72241
|
@ -512,6 +512,17 @@
|
||||||
name: patroni
|
name: patroni
|
||||||
state: started
|
state: started
|
||||||
masked: no
|
masked: no
|
||||||
|
|
||||||
|
- name: wait 15 seconds for system to stabilize
|
||||||
|
pause:
|
||||||
|
seconds: 15
|
||||||
|
become: no
|
||||||
|
connection: local
|
||||||
|
|
||||||
|
- name: apply schema updates
|
||||||
|
shell: /usr/share/pvc/pvc-api-db-upgrade
|
||||||
|
ignore_errors: yes
|
||||||
|
|
||||||
run_once: yes
|
run_once: yes
|
||||||
delegate_to: "{{ patroni_leader }}"
|
delegate_to: "{{ patroni_leader }}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue