Skip to content

Export on per table basis #61

@duanegran

Description

@duanegran

I'm not sure if this kind of feature is important for others, but I would find it helpful if the export (in my case, using mysql) created an SQL file per table instead of one combined file. This would be helpful for several reasons:

  1. If I need to restore a limited number of tables I wouldn't need to edit the SQL file to parse out the needed portion.
  2. Some speed concern for large files if I need to import. At the very least, I might defer importing some logging tables on my first pass to get things back up and running.
  3. I run a nightly backup that takes some non-trivial time, but I would like to run some daytime backups of just a handful of key tables. It would be a little easier to work with files with the table names already.

I can live without this and I can see potentially the feature complicating the archival and sync steps but I put it out there in case the idea benefits others too.

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions