Blue/Green Deployment Status
A blue/green deployment has lifecycle states and switchover statuses.
Lifecycle States
The blue/green deployment lifecycle state indicates the state of the deployment.
CREATINGACTIVEUPDATINGFAILEDDELETINGDELETED
Switchover Status
The switchover status indicates the current stage of the latest switchover action or readiness evaluation.
NOT_STARTED: Switchover has not started.VALIDATING: The service is performing a readiness evaluation.REPLICATING_DATA: The target DB system is catching up with the source DB system.READY_FOR_SWITCHOVER: The latest readiness evaluation found the deployment eligible for switchover.Note
TheREADY_FOR_SWITCHOVERswitchover status is a latest-observed readiness signal. It is not a continuous guarantee that the target DB system is transaction-current at every API read while the source DB system is still accepting writes. The switchover workflow reevaluates readiness before switching over.SWITCHOVER_IN_PROGRESS: Switchover is in progress.SWITCHOVER_COMPLETED: Switchover completed successfully.SWITCHOVER_FAILED: Switchover did not complete successfully.