Wait for the cluster1 DB to be up and the initial backup to conclude (PVC-based repo1)
Delete the cluster1 DB
Create another DB (using cluster1 again but it could be named differently and the issue still happens)
Check that the PGO doesn’t reconcile the new CR
Expected result: Second DB comes up without any issues
Actual result: Second DB never even gets to the initializing state. Looking at the logs I don't see anything, it's like all reconciliation stopped after deleting cluster-1
STR:
Deploy PGO 2.4.0
Deploy
cluster1
DBAdd finalizers
Wait for the
cluster1
DB to be up and the initial backup to conclude (PVC-based repo1)Delete the
cluster1
DBCreate another DB (using
cluster1
again but it could be named differently and the issue still happens)Check that the PGO doesn’t reconcile the new CR
Expected result:
Second DB comes up without any issues
Actual result:
Second DB never even gets to the initializing state. Looking at the logs I don't see anything, it's like all reconciliation stopped after deleting
cluster-1