II.
Workflow JSON
Structured · liveworkflow:database-migration-cutover
Database Migration Cutover json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:database-migration-cutover",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-code-migration.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Database Migration Cutover",
"workflowKind": "operational",
"triggerType": "on-demand",
"typicalCadence": "per-migration",
"complexity": "cross-team",
"description": "Coordinates the high-risk cutover phase of a database migration —\nsetting up dual-write, verifying data consistency, executing the\nswitchover, monitoring for regressions, and finalizing decommission\nof the old database. Excludes schema design and long-running data sync.\n"
},
"outgoingEdges": [
{
"from": "workflow:database-migration-cutover",
"to": "role:database-administrator",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:database-migration-cutover",
"to": "role:db-migrator",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:database-migration-cutover",
"to": "role:platform-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:database-migration-cutover",
"to": "skill-area:database-migrations-zero-downtime",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:database-migration-cutover",
"to": "skill-area:postgres-tuning",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:database-migration-cutover",
"to": "domain:databases",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:database-migration-cutover",
"to": "domain:infrastructure",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:database-migration-cutover",
"to": "responsibility:runbook-authoring",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:database-migration-cutover",
"to": "responsibility:respond-incidents",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:database-migration-cutover",
"to": "org-unit:database-team",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:database-migration-cutover",
"to": "org-unit:platform-team",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": []
}