heroku_backups
heroku_backups copied to clipboard
Using RAILS_ENV as a parameter is confusing
Plus, it conflicts with the environment that rake is supposed to be running in.
Perhaps just try FROM=production or something like that?
True. I'll create rake tasks per environment, rake "parameters" are the wonk.
rake backups:restore:production