blob: fda1cb76496615bf4a4b8c889054482a781670bc [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
- pause:
- name: Postgres replication standby
shell: '{{ apigee_service }} apigee-postgresql setup-replication-on-standby -f {{ opdk_installation_config_file }}'
register: results
- pause:
- name: Validate posgres replication standby
shell: '{{ apigee_service }} apigee-postgresql postgres-check-standby'