Created
May 22, 2016 20:55
-
-
Save henriquemenezes/489f3d3b15e02ecb351652cd087dac54 to your computer and use it in GitHub Desktop.
PostgreSQL dump without specific Scheme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Dump all postgres database without specific scheme (-N topology) | |
pg_dump -N topology -U $DATABASE_USERNAME -h $DATABASE_HOST -f /path/to/output.sql $DATABASE_NAME |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment