Problem: docs-lint (added in the wiki-hq reorg) surfaced 126 broken relative
links that predated this session — a container rename, incident/plan docs
that moved into archive/done subfolders without their inbound links being
updated, and a handful of relative-depth bugs in files nested under
containers/archive/ and plans/done/.
Fixes applied, by category:
- 124-authentik.md -> 106-auth-outpost.md (container was renamed; ~40 refs).
- investigations/{2026-04-21-hubris-crash-loop,2026-05-31-authentik-vps-migration}.md
-> archive/ prefix (both moved to investigations/archive/ previously).
- plans/{2026-06-01-slate-ax-to-sodola-migration,2026-06-04_130000-deprecate-claudio-bot,
2026-06-25-yuvomi-deployment}.md -> plans/done/ prefix.
- Depth bugs in files nested one level deeper than their siblings assumed
(investigations/archive/*, knowledge/wiki/containers/archive/*,
plans/done/*) — corrected relative-path depth.
- Destroyed containers with no surviving page (126-plato) delinked to the
containers/index.md archaeology row instead of a 404.
- ludo-mini.yaml -> strong.yaml (host was renamed, same physical machine).
- netbird-vps.md (no narrative page exists) -> netbird-vps.yaml (substrate
record, matching the existing convention for hosts without a wiki page).
- runbook-dpkg-interrupted.md refs -> .agents/skills/runbook-dpkg-interrupted/SKILL.md
(missed in the phase-4 runbook move because the referencing files used a
bare filename, not a runbooks/ prefix).
- One dangling forward-reference to a never-written investigation delinked
to the actual incident record it was describing.
Left alone: two links in knowledge/wiki/containers/101-jellyfin.md into
devops/homelab-authentik-admin/ — an intentional reference to a sibling repo,
not present in this checkout.
Verification: broken-link count 126 -> 2 (real remainder is the cross-repo
reference above); gen-topology.py --check still exit 0; build_host_files.py
still idempotent; all inventory.yaml doc_page targets still resolve.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1.9 KiB
1.9 KiB
name, risk_class, inputs, verification, docs_update_checklist, transition
| name | risk_class | inputs | verification | docs_update_checklist | transition | |||||
|---|---|---|---|---|---|---|---|---|---|---|
| lifecycle-migrate-node | config_mutation |
|
homelab node <name> relations (re-check blast radius); homelab service <svc> health for every hosted service |
|
active -> migrating -> active |
Lifecycle: migrate a node
Modeled on the strong Phase 1+2 migration
(plans/2026-06-03_110000-library-ssd-migration-to-ludo-mini.md).
Requires (ontology): preflight + backup-verified before migrating;
post-verify + Caddy backends checked + mounts checked + docs updated
before returning to active.
homelab change preflight <every service the node hosts>— capture current health as a baseline.- Verify backups are current for anything with data at rest on the
node (see
backs-up-toedges once populated). - Set
state: migratingininventory.yaml. - Perform the migration (pct/qm move, or create-on-target + data-copy + destroy-source, per the specific case).
- Update
inventory.yaml: newhost:,lan_ip,meshaddresses for the node; update everyservices:entry whosebackendpointed at it if the backend name itself changes (usually it doesn't — only thehost:/lan_ipon the guest entry moves). - Post-verify: re-run the Week-1 drift check by hand — confirm Caddy's
backend IP for each affected service matches the new
lan_ip(automatic in Week 3's drift detector), confirm mounts still resolve. homelab service <name> healthfor every service the node hosts.- Set
state: active. Add a migration note to the node's doc page (old host/IP → new, date, phase reference) — this repo's convention for every past migration (seecontainers/101-jellyfin.md,containers/129-house.md).
Regenerate: python3 mcp/build_host_files.py && python3 oikos/gen-topology.py.