heroku_backups icon indicating copy to clipboard operation
heroku_backups copied to clipboard

Using RAILS_ENV as a parameter is confusing

Open mikelaurence opened this issue 14 years ago • 1 comments

Plus, it conflicts with the environment that rake is supposed to be running in.

Perhaps just try FROM=production or something like that?

mikelaurence avatar Aug 30 '11 05:08 mikelaurence

True. I'll create rake tasks per environment, rake "parameters" are the wonk.

rake backups:restore:production

jsonperl avatar Aug 30 '11 20:08 jsonperl