1 | pg_dump --host db2.prod.vty.mbqt --port 5432 --username postgres --no-owner --no-password -- format custom --encoding UTF8 --verbose -- file /tmp/jerome/jerome_test .custom --table public.jerome_test --data-only dwhmbqt |
1 | pg_restore --host db2.prod.vty.mbqt --port 5432 --username postgres --no-owner --no-password --dbname dwhmbqt --data-only --verbose /tmp/jerome/jerome_test .custom |