how to migrate content from one drupal 8 site to another drupal 8 site
- Drupal to Drupal content sync
- drupal migration export
- export taxonomy or other content and re-import on the same site
The big question is why are there are no great migration-based modules for more quotidion moving of content around and instead so many not-great modules for moving content around (the best is Single Content Export for content and Structure Sync for taxonomy, menus, and blocks but i started looking for migration-based solutions again after we ran into a sort of basic bug with hierarchical vocabularies that we know migrate module would never have).
Places to provide answers: https://drupal.stackexchange.com/questions/66219/export-and-import-content-from-one-drupal-site-to-another
Some links as of late 2023, Entity Migrate Export is the closest but it generates custom modules for you— maybe that’s the answer, migrate system really expects custom modules to be doing the work?
- Drupal migration: Export from Drupal 8, import into Drupal 9 | Drupal 4U
- How do I export content from Drupal? | BIG Linden
- migration - Migrating structure and content between instances in Drupal 9 - Stack Overflow
- Entity Migrate Export | Drupal.org
- Issues for Entity Migrate Export | Drupal.org
- Create an export plugin which generates migrations using Drupal DB as source [#3205754] | Drupal.org
- EmbeddedDataSource as data source base [#3241251] | Drupal.org
- Create an export plugin which generates Yaml file data sources [#3223583] | Drupal.org