Last active
July 1, 2016 00:21
-
-
Save hyunskang/2fdf0488849a53ae8a1862e585f4ab51 to your computer and use it in GitHub Desktop.
useful commands for cmd (development)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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