Skip to content

Instantly share code, notes, and snippets.

@kishorevaishnav
Created May 15, 2014 19:37
Show Gist options
  • Save kishorevaishnav/9b53eee58eadf7c1ce6d to your computer and use it in GitHub Desktop.
Save kishorevaishnav/9b53eee58eadf7c1ce6d to your computer and use it in GitHub Desktop.
Restore Postgres tbz file.
bunzip2 <filename>.tbz
pg_restore --clean -U <db_user_name> -d <database_name> -F tar -v <filename_tar_file>.tar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment