Agnostic dump
Component ID
2458293
Component name
Agnostic dump
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
Database agnostic data dumper for moving Drupal data from e.g. mysql database to sqlite3 database.
Module provides two drush commands, one for creating a dump and another one for importing it, simple as that - no extra configuration is needed.
Create the dump:
$Â drush agnostic-dump > out.db
Read it in:
$Â drush agnostic-import out.db
