Skip to content

Commit 976b8f2

Browse files
committed
fix: major-version-upgrade
1 parent bf285c3 commit 976b8f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stackgres-k8s/e2e/spec/abstract/dbops-major-version-upgrade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ reset_cluster_internal() {
103103
fi
104104

105105
wait_pods_running "$CLUSTER_NAMESPACE" "$PODS_RUNNING"
106-
wait_cluster "$CLUSTER_NAME" "$CLUSTER_NAMESPACE"
106+
SWITCHOVER_TO_FIRST=true wait_cluster "$CLUSTER_NAME" "$CLUSTER_NAMESPACE"
107107

108108
if [ "$ONLY_PG_REPACK" != true ] && [ -n "$SOURCE_POSTGIS_VERSION" ] && [ "$SOURCE_POSTGIS_VERSION" = "$TARGET_POSTGIS_VERSION" ]
109109
then

0 commit comments

Comments
 (0)