Export Ensemble
This is an open discussion with 4 replies, filed under Extensions.
Search
Is there a reason why this extension doesn’t simply dump all tables starting with your prefix into an install.sql?
Well, it’d have to exclude sensitive information. For the core, that means authors, forgot-password, sessions… I guess any extensions that handle sensitive info would need to be trusted with that same task?
Ok, for those tables the schema (and not the data) would be sufficient for an export.
If you want to include all the tables, you can modify the Export Ensemble to include everything. But it could be a little dangerous if you forget that you’ve done this and inadvertently distribute sensitive details in a public repository or downloadable file.
I remember talk of an improved export ensemble which would include preferences for saving an ensemble, a full-backup, tables to include, etc.
A new Extension, “Export Ensemble” is now available for download. Comments and feedback can be left here but if you discover any issues, please post it on the issue tracker.