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

Janne created an issue. See original summary.

kruhak’s picture

Hello,

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):

First you need these modules installed:
Second you need to create migrations from templates:
I can suggest one way to do it via Drush.
drush migrate-upgrade --legacy-db-url=<legace_database> --configure-only

For example:
drush migrate-upgrade --legacy-db-url=mysql://root:root@localhost/drupal7 --configure-only

And then you need to start migrations
drush mi upgrade_bibcite_migrate_reference --execute-dependencies

Also you can list installed bibcite migrations:
drush ms | grep bibcite

I have not looked at migration modules for a long time. Maybe someone can suggest another way how to use migrations?

antongp’s picture

Status: Active » Fixed

Info about how to use the module is added to the README.md file now: https://cgit.drupalcode.org/bibcite_migrate/plain/README.md

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.