Pg dump

From UVOO Tech Wiki
Revision as of 04:27, 11 April 2022 by Busk (talk | contribs) (Created page with "pg_dump -h localhost -p 5432 -U <MY_PG_Username> -Ft <MY_DB_Name> --file=/tmp/path_$(date +%Y%m%d_%H%M%S).dump")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

pg_dump -h localhost -p 5432 -U -Ft --file=/tmp/path_$(date +%Y%m%d_%H%M%S).dump