fastmonkeys / stellar

Fast database snapshot and restore tool for development
MIT License
3.86k stars 119 forks source link

Plans for partial snapshots and exporting #16

Open Zolmeister opened 10 years ago

Zolmeister commented 10 years ago

Are there any plans to support partial snapshots of the database, which can then be gzipped and shipped to another machine?

My use case is that I have a large production database (millions of rows), and for development I only need a small portion locally for testing (thousands of rows).