AlloyDB V1ALPHA API - Module Google::Cloud::AlloyDB::V1alpha::UpgradeClusterResponse::Stage (v0.8.0)

Reference documentation and code samples for the AlloyDB V1ALPHA API module Google::Cloud::AlloyDB::V1alpha::UpgradeClusterResponse::Stage.

Stage in the upgrade.

Constants

STAGE_UNSPECIFIED

value: 0
Unspecified stage.

ALLOYDB_PRECHECK

value: 1
Pre-upgrade custom checks, not covered by pg_upgrade.

PG_UPGRADE_CHECK

value: 2
Pre-upgrade pg_upgrade checks.

PREPARE_FOR_UPGRADE

value: 5
Clone the original cluster.

PRIMARY_INSTANCE_UPGRADE

value: 3
Upgrade the primary instance(downtime).

READ_POOL_INSTANCES_UPGRADE

value: 4
This stage is read pool upgrade.

ROLLBACK

value: 6
Rollback in case of critical failures.

CLEANUP

value: 7
Cleanup.