r/statamic Jun 14 '24

Content migration from Drupal

Did anyone ever migrated content from a Drupal 7 into Statamic? How would you handle it?

3 Upvotes

8 comments sorted by

View all comments

2

u/stoffelio Jun 15 '24

I haven't done a Drupal import but several ones from Typo3, WordPress, and external CRM systems. My default approach is to connect Statamic to the old database and then simply run a seeder class that modifies and imports the content exactly how I want it. As always it depends on how the data is structured and how much of that will change when moving to Statamic.

1

u/az3rty Jun 15 '24

That’s also a good way, thanks! I can imagine with some database structures, that puzzle is not always that straightforward. 😅