You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UPDATE: This will serve as a plan B. The preferred way for importing/exporting taxonomy terms will be via Migrate, since that is also used for synchronizing content types.
For the import and export of taxonomy terms (EU-GL definitions, Study type definitions, hazards, el. at risk,...) we can use the Structure sync module as an alternative to the Migrate module in Drupal 8, which can migrate taxonomy terms, as well as other content types (that's why the Migrate module is going to be the preferred solution).
How to use
in the BE navigate to Structure -> Structure Sync -> Taxonomies and export ALL taxonomies
run in target environment Drush command drush import-taxonomies and select the "Full" option for the import
How it works
the module stores taxonomies in the same sync folder, where all the other configuration is stored
only the "Full" import makes sure that not only completely new taxonomy terms are imported but also existing once get updated if they contain changes
however, on "Full import" taxonomy terms that are not in the configuration folder, will be removed and that is why it is necessary to select all taxonomies in the export step every time a migration should take place
as a result the process is very inefficient and takes a couple of minutes to finish
The text was updated successfully, but these errors were encountered:
UPDATE: This will serve as a plan B. The preferred way for importing/exporting taxonomy terms will be via Migrate, since that is also used for synchronizing content types.
For the import and export of taxonomy terms (EU-GL definitions, Study type definitions, hazards, el. at risk,...) we can use the Structure sync module as an alternative to the Migrate module in Drupal 8, which can migrate taxonomy terms, as well as other content types (that's why the Migrate module is going to be the preferred solution).
How to use
drush import-taxonomies
and select the "Full" option for the importHow it works
sync
folder, where all the other configuration is storedThe text was updated successfully, but these errors were encountered: