Complete - migration is done
DualWrite - write to both "old" and "new", "old" is authoritative for reads
Live - both "new" and "old" versions run with a preference for "new"
Off - migration hasn't started, "old" is authoritative for reads and writes
RampDown - only read from "new", write to "old" and "new"
Shadow - both "new" and "old" versions run with a preference for "old"
Generated using TypeDoc
Stage denotes one of six possible stages a technology migration could be a part of, progressing through the following order.
Off -> DualWrite -> Shadow -> Live -> RampDown -> Complete