Skip to content

Instantly share code, notes, and snippets.

@itsgitz
Created October 3, 2022 03:43
Show Gist options
  • Select an option

  • Save itsgitz/312d1b71e07c2811f4b1716f4f099b13 to your computer and use it in GitHub Desktop.

Select an option

Save itsgitz/312d1b71e07c2811f4b1716f4f099b13 to your computer and use it in GitHub Desktop.
pg_dump command example
pg_dump -U myuser -d mydb -W -h localhost -f out.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment