Last active
June 18, 2018 14:08
-
-
Save jbothma/f9dcce0b67f8e897d6989668a602cf66 to your computer and use it in GitHub Desktop.
Load postgresql 10 dump into postgres 9.3
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
| zcat dump.gz | egrep -v "(idle_in_transaction_session_timeout|row_security|AS integer)" | psql postgresql://... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment