Yitzhak Bar Geva wrote: > We need an "out-of-the-box" sure-fire DB replication setup with > automatic failover for our Rails app. We haven't done it before. We'd > appreciate advice on what the simplest, surest, quickest method would > be (no more that one master/slave necessary, or two masters working > master/master).
I consider MySQL the easiest for such a setup, in spite of all its quirks. Combine it with Heartbeat or CARP and you'll have a high availability configuration. If you'd really like it to be out-of-the-box, I'd like to chime in with http://en.railscluster.nl where we've got this entire setup managed and ready to go for you. -- Roderick van Domburg http://www.railscluster.nl -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

