Skip to content

Instantly share code, notes, and snippets.

@sanjaykrishnan
Created August 5, 2019 07:40
Show Gist options
  • Save sanjaykrishnan/34a6d384bb3be0e2ab0ff99faf5fff1d to your computer and use it in GitHub Desktop.
Save sanjaykrishnan/34a6d384bb3be0e2ab0ff99faf5fff1d to your computer and use it in GitHub Desktop.
Postgres Dump
pg_dump -U username -p 5433 -h localhost -F c database_name > dk_dump.dump
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment