Answers for "postgres database backup command"

SQL
3

postgres make sql dump

pg_dump -U username dbname > dbexport.pgsql
Posted by: Guest on July-08-2020
1

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

Code answers related to "SQL"

Browse Popular Code Answers by Language