@@ -6,31 +6,31 @@ PostgresCluster spec or via the RELATED_IMAGES environment variables.
66
77### Basic PGUpgrade controller and CRD instance validation
88
9- * 01-- valid-upgrade: create a valid PGUpgrade instance
9+ * 01-valid-upgrade: create a valid PGUpgrade instance
1010* 01-assert: check that the PGUpgrade instance exists and has the expected status
1111
1212### Verify new statuses for missing required container images
1313
14- * 10-- cluster: create the cluster with an unavailable image (i.e. Postgres 11)
14+ * 10-cluster: create the cluster with an unavailable image (i.e. Postgres 11)
1515* 10-assert: check that the PGUpgrade instance has the expected reason: "PGClusterNotShutdown"
1616* 11-shutdown-cluster: set the spec.shutdown value to 'true' as required for upgrade
1717* 11-assert: check that the new reason is set, "PGClusterPrimaryNotIdentified"
1818
1919### Update to an available Postgres version, start and upgrade PostgresCluster
2020
21- * 12-- start-and-update-version: update the Postgres version on both CRD instances and set 'shutdown' to false
21+ * 12-start-and-update-version: update the Postgres version on both CRD instances and set 'shutdown' to false
2222* 12-assert: verify that the cluster is running and the PGUpgrade instance now has the new status info with reason: "PGClusterNotShutdown"
23- * 13-- shutdown-cluster: set spec.shutdown to 'true'
23+ * 13-shutdown-cluster: set spec.shutdown to 'true'
2424* 13-assert: check that the PGUpgrade instance has the expected reason: "PGClusterMissingRequiredAnnotation"
25- * 14-- annotate-cluster: set the required annotation
25+ * 14-annotate-cluster: set the required annotation
2626* 14-assert: verify that the upgrade succeeded and the new Postgres version shows in the cluster's status
27- * 15-- start-cluster: set the new Postgres version and spec.shutdown to 'false'
27+ * 15-start-cluster: set the new Postgres version and spec.shutdown to 'false'
2828
2929### Verify upgraded PostgresCluster
3030
3131* 15-assert: verify that the cluster is running
3232* 16-check-pgbackrest: check that the pgbackrest setup has successfully completed
33- * 17-- check-version: check the version reported by PostgreSQL
33+ * 17-check-version: check the version reported by PostgreSQL
3434* 17-assert: assert the Job from the previous step succeeded
3535
3636
0 commit comments