Skip to content

Instantly share code, notes, and snippets.

@Dremora
Created May 23, 2020 13:46
Show Gist options
  • Save Dremora/93e5c3449c930b25ffb4dcf28ccde382 to your computer and use it in GitHub Desktop.
Save Dremora/93e5c3449c930b25ffb4dcf28ccde382 to your computer and use it in GitHub Desktop.
pg_dump --format=custom --no-acl --no-owner -U USER1 -h HOST1 DATABASE1 > database.dump
pg_restore --verbose --clean --no-acl --no-owner -U USER2 -h HOST2 -d DATABASE2 database.dump
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment