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.

  • CREATING
  • ACTIVE
  • UPDATING
  • FAILED
  • DELETING
  • DELETED

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

    The READY_FOR_SWITCHOVER switchover 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.