Answers for "how to backup a postgres database"

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 backup a postgres database"

Browse Popular Code Answers by Language