/ Published in: Bash
flags:
- -c : include commands to clean (drop) database objects prior to creating them
- -C : include commands to create the database itself
- -U : user to connect as
Expand |
Embed | Plain Text
pg_dump dbname > filename.sql
You need to login to post a comment.
