Skip to content

Instantly share code, notes, and snippets.

@hyunskang
Last active July 1, 2016 00:21
Show Gist options
  • Save hyunskang/2fdf0488849a53ae8a1862e585f4ab51 to your computer and use it in GitHub Desktop.
Save hyunskang/2fdf0488849a53ae8a1862e585f4ab51 to your computer and use it in GitHub Desktop.
useful commands for cmd (development)
To dump backup db image into local db (wipe out db before doing it):
pg_restore -O -d ecommerce-api_development path_to_db_backup
path_to_db_backup can be: ../../Downloads/c4d74abb-649a-4de9-9e5d-80101a5b0121
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment