You are viewing beta documentation for Hyper 3.x.
Migrations & Upgrades
Entrification (Category → Entry)
After Craft’s entrification (opens new window) converts category groups to sections, Hyper Category links still store the Category link type. Remap them to Entry links.
Craft’s entrify/categories keeps the same element ID (entries.id = categories.id), so Hyper only flips the link type/handle — no ID mapping file.
Prerequisites
- Run Craft’s
php craft entrify/categories(or equivalent) first. - Ensure each Hyper field has an enabled Entry link type (Category type can stay disabled afterward).
Console
php craft hyper/migrate/entrify-categories
php craft hyper/migrate/entrify-categories --dry-run=1Shared options: --create-backup, --dry-run, --sync-relations (default on).
Last updated: July 22, 2026, 11:43:57 AM