Hi,

I have an application that currently runs its migrations on startup. We are 
investigating whether or not we could run this with multiple AWS instances 
sharing the same database. Our concern is that both instances will try to 
run the migrations at the same time, as there does not appear to be any 
locking to prevent this. Has anyone faced/solved this issue before? I 
believe it would be reasonably straightforward to add a locking mechanism 
using normal database table locking, but I'm sure someone else must have 
tired this before, and I would like to hear from them!

Regards,
Beth

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sequel-talk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to