You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just to expand on this, the version of pg_dump provided by the latest https://hub.docker.com/r/junkert/gonymizer Docker image is version 12 which doesn't support the --oids flag, making the image unsuitable.
I could not generate a dump of my postgres tables. Here are few details:
Version of Gonymizer: gonymizer (v1.2.0, build 10, build date:2019-08-01 03:23:35 +1000 AEST)
Command that I ran: gonymizer -c anonymiser.json dump
version of psql: psql (PostgreSQL) 12.4 (Ubuntu 12.4-0ubuntu0.20.04.1)
version of postgres: 10
Command executed with gonymizer:
time="2020-10-21 18:46:38.179" level=debug msg="Running command: pg_dump --oids --no-owner --schema=public.* -f phi_dump.sql
Errors seen:
postgresql/12/bin/pg_dump: unrecognized option '--oids'
Full Log: attached
gonymizer_dump.log
This error is already communicated with Levi Junkert.
The text was updated successfully, but these errors were encountered: