Skip to content

Instantly share code, notes, and snippets.

@wykydtronik
Last active March 16, 2018 23:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wykydtronik/6920a4985359b229e89951e92ef9818e to your computer and use it in GitHub Desktop.
Save wykydtronik/6920a4985359b229e89951e92ef9818e to your computer and use it in GitHub Desktop.
pg_restore example windows
pg_restore.exe --host "awsrds.c8klwajefe444.us-west-2.rds.amazonaws.com" --port "5432" --username "username" -n public --dbname "exampledb" --exit-on-error --verbose --no-acl --no-owner "C:\\sqldump\\largedatabase.backup"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment