Answers for "comand to take backup in postgress 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 "comand to take backup in postgress database"

Browse Popular Code Answers by Language