Answers for "how to get a backup of a postgre database using command line"

SQL
2

backup postgres database

pg_dump -h localhost -U postgres -W -d mydb > mydb.sql
Posted by: Guest on July-07-2021

Code answers related to "how to get a backup of a postgre database using command line"

Code answers related to "SQL"

Browse Popular Code Answers by Language