Initial Beta Release
Pre-release
Pre-release
Testing release! Includes core functionality:
- CLI interface with Symfony
- Simple YAML configuration
- Trimming and scrubbing of tables before a dump
- Sanitizing of table columns
Normal dump:
./database-janitor --host=dbhost --username=dbusername real | gzip -c > output/real_test.sql.gz
Trim dump:
./database-janitor --host=dbhost --username=dbusername --trim=true real | gzip -c > output/real_test.sql.gz