PSQL

PHOTO EMBED

Tue Aug 01 2023 15:33:15 GMT+0000 (Coordinated Universal Time)

Saved by @bmillot #psql

# Export PostgreSQL `postgres` db without the access log
pg_dump --dbname=postgres --port=5432 --host=<dbserver>.postgres.database.azure.com -T "cron.*" > output.sql
content_copyCOPY