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

30 lines
1.7 KiB
Markdown
Raw Normal View History

2017-01-16 20:12:51 +00:00
---
title: Getting (Your Data) Into Drupal 8
2017-03-14 08:18:57 +00:00
type: Talk
2017-03-08 08:07:54 +00:00
slides:
url: https://speakerdeck.com/opdavies/getting-your-data-into-drupal-8-drupal-bristol
2017-05-01 23:38:38 +00:00
embed: '<script async class="speakerdeck-embed" data-id="63e5dfce996e46699e304d50e896477b" data-ratio="1.77777777777778" src="//speakerdeck.com/assets/embed.js"></script>'
2017-03-29 18:03:02 +00:00
video:
url: https://www.youtube.com/watch?v=jtmARTuYhp8
embed: <iframe width="560" height="315" src="https://www.youtube.com/embed/jtmARTuYhp8" frameborder="0" allowfullscreen></iframe>
2017-03-06 00:25:37 +00:00
tags: [drupalcamp, migration, drupal-8]
2017-05-02 00:12:43 +00:00
meta:
og:
title: Getting (Your Data) into Drupal 8
description: "How I migrated the Drupal Bristol website onto Drupal 8."
type: website
image:
url: /assets/images/talks/getting-your-data-into-drupal-8.png
width: 2560
height: 1440
type: image/png
2017-03-06 00:25:37 +00:00
events:
- { id: drupal-bristol, date: '2017-01-18' }
2017-03-19 10:03:16 +00:00
- { id: drupalcamp-london-17, date: '2017-03-04', time: '12:05 - 12:50' }
2017-01-16 20:12:51 +00:00
---
2017-02-19 21:22:10 +00:00
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.