This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/source/_talks/getting-your-data-into-drupal-8.md
Oliver Davies 85a10c545b Run prettier on all *.md files
```
prettier '{app,source}/**/**.md' --write
```
2020-03-08 17:57:45 +00:00

1.5 KiB
Raw Blame History

title description speakerdeck video tags meta use events
Getting (Your Data) Into Drupal 8 An overview of Drupals Migrate functionality, and a look at how to write your own migrations.
id ratio url
63e5dfce996e46699e304d50e896477b 1.77777777777778 https://speakerdeck.com/opdavies/getting-your-data-into-drupal-8-drupal_bristol
type id
youtube jtmARTuYhp8
drupalcamp
migration
drupal-8
og
title description type image
Getting (Your Data) into Drupal 8 How I migrated the Drupal Bristol website onto Drupal 8. website
url width height type
/images/talks/getting-your-data-into-drupal-8.png 2560 1440 image/png
talks
event date
drupal_bristol 2017-01-18
event date time
drupalcamp_london_17 2017-03-04 12:05 - 12:50

If youve moved a site from Drupal 6 to 7, the chances are that youve either used the upgrade path to update your old site in-place, or you built a new site from scratch and used the Migrate module from contrib to migrate your data from the old database.

In Drupal 8, things have changed as theres no upgrade path from Drupal 7 and the Migrate module has been moved into core, though there are still migration related modules available in contrib.

This talk will look at the core Migrate module and how it implements Drupal 8 features such as YAML and the plugin and configuration systems, and how to write your own migrations to get your data into Drupal 8.