Skip to content

Instantly share code, notes, and snippets.

@sirodoht
Last active January 27, 2020 23:35
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 sirodoht/17f90ee1765a7467d45cbf59a8a4fd7d to your computer and use it in GitHub Desktop.
Save sirodoht/17f90ee1765a7467d45cbf59a8a4fd7d to your computer and use it in GitHub Desktop.
Restore dokku:postgres export to local (tar -xzvf first)
$ pg_restore -h 127.0.0.1 -d postgres export-dokku.dump -c -U postgres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment