Skip to content

Instantly share code, notes, and snippets.

@228vit
Last active August 29, 2015 14:15
Show Gist options
  • Save 228vit/e428a817e58e02943327 to your computer and use it in GitHub Desktop.
Save 228vit/e428a817e58e02943327 to your computer and use it in GitHub Desktop.
PGSQL Dump and Restore
$ pg_dump -h localhost -U postgres -F p -f dn_name.sql db_name
$ psql -h localhost -U postgres -d db_name -f db_name.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment