blob: 182a3f4f7130456b02fac281d010307b03db87bc [file] [log] [blame]
---
# tasks file for apigee-opdk-setup-postgres-standby
- name: Stop postgres
shell: '{{ apigee_service }} apigee-postgresql stop'
- name: Remove Postgres data directory
become: true
file:
path: '{{ apigee_installation_home }}/data/apigee-postgresql/pgdata'
state: absent
- name: Postgres replication standby
shell: '{{ apigee_service }} apigee-postgresql setup-replication-on-standby -f {{ opdk_installation_config_file }}'
- name: Validate postgres replication standby
shell: '{{ apigee_service }} apigee-postgresql postgres-check-standby'