MachineVisionUiB / machinevision

We are developing a database to map and interpret the representations and uses of machine vision technologies in digital art, computer games and narratives such as science fiction novels, movies and creepypasta.
http://uib.no/en/machinevision
4 stars 0 forks source link

Person Drupal 8/9 migration #82

Closed steinmb closed 4 years ago

steinmb commented 4 years ago

Migrate #61 node content from Drupal 7 to 8. Clean up data structure and omit not unused data and data structures.

Data structures

Migrate all fields. All mapping is:field_name: field_name except if listed below.

Format: D8: D7

field_alias_or_pseudonym: field_alternative_spelling_of_na field_notes: field_person_notes field_record_status: field_record_status_tax

Needs work

How to run test migration

drush migrate:import uib_node_person and rollback nodes: drush migrate:rollback uib_node_person

How test

steinmb commented 4 years ago

We are not going to migrate the location information but address it by manually updating the records. There is no official way of getting the data migrated and addressing that have proved to a little tricky. I have tried.

steinmb commented 4 years ago

Post migration script that picks up all location information from d7 db. https://github.com/steinmb/uib_humanists/blob/master/scripts/Location.php This issue is done - Rest sits in #88