Created
February 27, 2016 00:41
-
-
Save danielef/b4bddb1b70810cc8891b to your computer and use it in GitHub Desktop.
PostgreSQL Backup Schema with Inserts
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
pg_dump --schema $SCHEMA_NAME -a --column-inserts > backup-ee.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment