Skip to content

Instantly share code, notes, and snippets.

@yukpiz
Created April 9, 2015 02:29
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 yukpiz/536c2c5dbbf9c1ccfa1f to your computer and use it in GitHub Desktop.
Save yukpiz/536c2c5dbbf9c1ccfa1f to your computer and use it in GitHub Desktop.
PostgreSQL database restore command.
#!/bin/sh
pg_restore -h {host} -d {database} -U {user} -p {port} backup.dmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment