mglaman / wasm-drupal

Drupal in WASM
https://wasm-drupal.mglaman.dev/
MIT License
22 stars 2 forks source link

Allow exporting Drupal database to use locally, with DDEV. #10

Open mglaman opened 1 week ago

mglaman commented 1 week ago

The database is using SQLite which isn't compatible with MySQL as a dump. We can use Drupal's db-tools.php. But we'll need all driver modules enabled in the dump for it to work.

We can use db-tools.php and instructions for importing with DDEV

ddev php core/scripts/db-tools.php import whatever

See https://drupal.slack.com/archives/C072BF486FN/p1719591426354559?thread_ts=1719523715.328029&cid=C072BF486FN