commit | 1c0312efbb5f6c6e5ec7329ebceee80c438d36df | [log] [tgz] |
---|---|---|
author | Carlos Frias <cfrias@apigee.com> | Fri Oct 07 23:35:24 2016 -0400 |
committer | Carlos Frias <cfrias@apigee.com> | Fri Oct 07 23:35:24 2016 -0400 |
tree | 8a049a5127f6efae24622eeb9c8894d41b36a130 | |
parent | b9c1b62d227f54360e52937f260d29d0a008b500 [diff] |
updated pgstandby data directory that must be removed prior to standby setup.
diff --git a/tasks/main.yml b/tasks/main.yml index 68c1d90..cab461e 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -5,7 +5,7 @@ - name: Remove Postgres data directory file: - path: '{{ apigee_installation_home }}/data/apigee-postgresql' + path: '{{ apigee_installation_home }}/data/apigee-postgresql/pgdata' state: absent - name: Postgres replication standby