Ruby on Rails Friday, September 29, 2017

On Fri, Sep 29, 2017 at 7:57 AM, Ben Edwards <login@funkytwig.com> wrote:
> In my application I have reference data tables that I setup on my staging
> server and then when it is tested I want to move it to production.

So use only the reference data to seed the production database.

Is this something you expect to have to do more than once? Will the
reference data change over time? If it's a one-off thing I'd probably
just do a DB dump of the relevant tables and be done with it...

--
Hassan Schroeder ------------------------ hassan.schroeder@gmail.com
twitter: @hassan
Consulting Availability : Silicon Valley or remote

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CACmC4yC-%3D_vap2XRC9RQ_tyQKdTUM_81mJqFvwjPO9kBkxhcbQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment