Skip to content

Initial Beta Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@gmemstr gmemstr released this 20 Nov 23:37
· 49 commits to master since this release
8fb08c9

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