MigrationStage enum
The current stage of an Enterprise Live Migration.
Fields
| Queued = 0 | The migration has been created but pre-check validation has not started yet. |
| Validation = 1 | Pre-check validation is in progress. |
| Synchronization = 2 | Code and PR synchronization is in progress. |
| Cutover = 3 | The migration is in the cutover phase. |
| Migrated = 4 | The migration has been fully migrated. |
| ReadyForCutover = 5 | Initial backfill is complete. Delta synchronization continues until cutover is scheduled. |
| Degraded = 6 | GitHub migration provisioning failed; the migration will retry synchronization on the next job run without re-running validation. |
| ReviewForCutover = 7 | Cutover is blocked because failed or blocked resources were detected. The user must review failures and approve before cutover can proceed. |