To put it simply: I can't figure out how to use this module.
Earlier, I've migrated my old D7 site to a new D8 install, but have a couple of Biblio entries that need migrating too. Installed this module, along with the Bibliography & Citation module, but from there on, I'm lost...
/Janne
Comments
Comment #2
kruhak commentedHello,
This module contains a migration templates for core migration system. It's a bit tricky for moment to use migration.
I can describe one use case (used by me):
drush migrate-upgrade --legacy-db-url=<legace_database> --configure-onlyFor example:
drush migrate-upgrade --legacy-db-url=mysql://root:root@localhost/drupal7 --configure-onlydrush mi upgrade_bibcite_migrate_reference --execute-dependenciesAlso you can list installed bibcite migrations:
drush ms | grep bibciteI have not looked at migration modules for a long time. Maybe someone can suggest another way how to use migrations?
Comment #3
antongp commentedInfo about how to use the module is added to the README.md file now: https://cgit.drupalcode.org/bibcite_migrate/plain/README.md