This project is not covered by Drupal’s security advisory policy.

Dumpling is a simple little experiment that attempts to guess which tables are configuration and which are content and then automatically export all these tables as dumped files. How the dump is generated is pluggable, JSON, PHP and the default mysqldump command is supported. You can then import these tables into another site with the same set of modules and all configuration is in place.

Features

* Export and import of all configuration tables.
* Export and import of all content tables and import the content.
* Enhance your installation profile by adding batch operations for importing content to your install tasks.
* Hooks for defining which tables are configuration and content, so that you can extend the default setup with your own tables.

Warning: This project can totally destroy your database. Be aware of that =)

Project information

Releases