Overview and plugin list cover all twelve plugins (geenforce, network subnets, measuring tools, warranty, USB); naming examples use living tables/columns instead of retired pctypes/isvnc; API params match the implementation (perpage, dir, assettype); import section points at the IMPORT-API surface and the wjf reference loader. DATA_MIGRATION_GUIDE is now a pointer stub (its direct-DB approach is superseded).
658 B
658 B
Legacy data migration (superseded)
The direct-database migration this guide used to describe is retired. Legacy data now enters through the HTTP import surface, which runs authorization, validation, auditing, and plugin hooks on every row:
- Contract:
docs/IMPORT-API.md(admin API token +X-Import-Mode: true, which preserves original created/modified timestamps). - Adoption playbook for a new site:
docs/IMPORT-ADOPTION.md. - Worked reference loader (West Jefferson classic-ASP schema, 15 stages,
idempotent and resumable):
scripts/site_imports/wjf/. - Full pilot sequence (stand up + import + verify + cutover):
docs/PILOT-DEPLOY.md.