added a full rollback prior to setting up pgstandby.
diff --git a/installations/dc1/components/opdk-setup-postgres-standby.yml b/installations/dc1/components/opdk-setup-postgres-standby.yml
index a8dbba2..042a290 100644
--- a/installations/dc1/components/opdk-setup-postgres-standby.yml
+++ b/installations/dc1/components/opdk-setup-postgres-standby.yml
@@ -2,6 +2,7 @@
 - hosts: '{{ hosts }}'
   serial: 1
   roles:
+  - { role: apigee-opdk-setup-boostrap-rollback, remove_apigee: true }
   - apigee-opdk-setup-postgres-standby
   tags:
   - pgstandby