Skip to content

Instantly share code, notes, and snippets.

@mixmix
Last active August 29, 2015 14:23
Show Gist options
  • Save mixmix/27cf191e80d5751f9611 to your computer and use it in GitHub Desktop.
Save mixmix/27cf191e80d5751f9611 to your computer and use it in GitHub Desktop.
Webpunch snippets
heroku pg:backups capture -a webpunch
curl -o latest.dump `heroku pg:backups public-url -a webpunch`
dropdb webpunch_development
createdb webpunch_development
pg_restore --verbose --clean --no-acl --no-owner -d webpunch_development latest.dump
------
@mixmix
Copy link
Author

mixmix commented Jun 24, 2015

@nrankin @ctoynbee thought we could stow some useful snippets here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment