KB-2410
IU Core Controlled Route — 02 Backup + drift survey
2 min read Revision 1
dieu44iu-core-mvpcontrolled-routebackupdriftv0.62026-05-21
IU Core Controlled Route — 02 Backup + drift survey
Fresh production backup (gate 3)
- Path:
/root/backups/iu-core-runtime/directus-pre-iucore-controlled-route-20260521T132841Z.dump - Size:
74,646,603bytes · Format:pg_dump -Fc(custom). - sha256:
7fa853152f83372e6d57f5af7d6aa16bd35720961e21083b72572926b97ee380 - TOC:
2983entries — verified restorable viapg_restore -l.
Taken before any production mutation.
Drift survey vs runtime-activation SSOT — state matched exactly
- iu-core tables: 7 from
001–005(iu_sql_link,iu_outbound_route,iu_sql_event_route,iu_route_attempt,iu_relation,iu_structure_operation,iu_tree_path) + 4 pre-existing notification tables. All iu-core data tables0rows. - Event type:
event_type_registrycarries(iu, version_applied, update, immediate, active)— runtime010present. - Routes: outbound
iu.version_applied.workflowand inboundiu_sql.iu_sql_link.insertbothenabled=false, dry_run=true. - Triggers:
trg_iu_out_version(onpublic.unit_version) andtrg_iu_sql_in_iu_sql_link(onpublic.iu_sql_link) attached,tgenabled=O.public.unit_versioncarries 4 triggers total — notif, gateway guard, iu-core outbound, enacted-immut. - Master gate:
dot_config 'iu_core.routes_master_enabled'absent ⇒fn_iu_core_routes_enabled()= false. - H3 fix:
fn_iu_emit_eventbody md57dd8c74a…— registry-sourced, no hardcoded'workflow', usessafe_metadata. Present. - H4:
iu_structure_operation_enacted_chkcarried the pre-H4 form(operation_status = 'enacted') = (enacted_at IS NOT NULL)—006not yet applied (confirmed). - version_seq:
fn_iu_outbound_on_versionmd50949b28b…— noversion_seqfilter; emitted on every version. unit_version.version_seqdistribution:seq=1×158,seq=2×6,seq=3×1 (165 total).
No unexpected drift. The runtime layer was exactly as the prior macro left it.