Difference between revisions of "Pg dump"
Jump to navigation
Jump to search
(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") |
(No difference)
|
Revision as of 04:27, 11 April 2022
pg_dump -h localhost -p 5432 -U