Dump database postgres

Custom-format dump (fastest, supports parallel restore)

pg_dump -U myuser -d mydb -F c -f mydb.dump
more postgres all 29 commands →