Reputation: 235
I'm trying to find a way to migrate my Drupal 7 website to Drupal 8. I want to migrate all my content types.
How do I do that?
Upvotes: 0
Views: 686
Reputation: 1
You can use the Drupal module: Backup and Migrate.
Back up and restore your Drupal MySQL database, code, and files or migrate a site between environments. Backup and Migrate supports gzip, bzip and zip compression as well as automatic scheduled backups.
You must be very careful with this Module, because it is in still in dev.
Upvotes: -1
Reputation: 369
I think this is best answered in the following post:
https://drupal.stackexchange.com/questions/105781/migrate-from-drupal-7-to-drupal-8
This is a moving target but the bottom line is leveraging the Migrate module which is shipped in core Drupal 8 is where you want to spend your efforts.
Have fun!
Nick
Upvotes: 0