Closed hkage closed 4 years ago
After anonymizing a database it would be nice to be able to create a PostgreSQL dump file for further usage. The format could be hard coded for the first version (e.g. bzip2 compressed). Example usage:
$ pganonymize --schema=my_schema.yml \ --host=localhost \ --user=user \ --password=password \ --dbname=database \ --dump-file=my_anonymized_database.bz2
After anonymizing a database it would be nice to be able to create a PostgreSQL dump file for further usage. The format could be hard coded for the first version (e.g. bzip2 compressed). Example usage: