You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
I'm not so sure about this. If you're using a SQLite database, it won't necessarily generate SQL that is portable to another DB backend. We can't rely on any given database generating portable SQL.
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 DDEVSee https://drupal.slack.com/archives/C072BF486FN/p1719591426354559?thread_ts=1719523715.328029&cid=C072BF486FN
The text was updated successfully, but these errors were encountered: