Answers for "make postgres backup"

SQL
1

backup postgres database

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

how to take backup in dbeaver with postgresql

Check

Native client configuration
Posted by: Guest on October-20-2020

Code answers related to "SQL"

Browse Popular Code Answers by Language