Skip to content

Commit

Permalink
one more db backup command alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed Dec 4, 2011
1 parent cbea59b commit 6458ae7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aliases
Expand Up @@ -51,3 +51,4 @@ alias db-pull-staging='heroku db:pull --remote staging --confirm `basename $PWD`
alias db-pull-production='heroku db:pull --remote production --confirm `basename $PWD`-production'
alias db-copy-production-to-staging='heroku pgbackups:restore DATABASE `heroku pgbackups:url --remote production` --remote staging --confirm `basename $PWD`-staging'
alias db-backup-production='heroku pgbackups:capture --remote production'
alias db-backups='heroku pgbackups --remote production'

0 comments on commit 6458ae7

Please sign in to comment.