Answers for "how can i set automatically backup for postgresql"

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 can i set automatically backup for postgresql"

Code answers related to "SQL"

Browse Popular Code Answers by Language