- Issue created by @donquixote
We are building a website where we:
By default, all modules are installed _before_ the migration, based on config/sync/core.extension.yml.
This would mean that the landing pages are created before the migration.
However:
I can think of two directions how to solve this:
Either we find a way to import the default content _after_ the migration is complete.
Here we get into the territory of
✨
Allow manual imports
Postponed
Or we avoid dependencies on migrated content, and crank up the auto-increment counter in the db tables before any default content is created.
I am posting this as an open-ended question, I am curious what solutions people use.
Active
2.0
Miscellaneous