Re: Running Migrations Simulataneously

2016-04-27 Thread Amit Saha
ght about doing it in alembic and not done it because that may not be the best idea? Just trying to understand. > > > On Tuesday, April 26, 2016, Amit Saha wrote: >> >> On Wed, Apr 27, 2016 at 12:37 AM, Mike Bayer >> wrote: >> > >> > >> > On 0

Re: Running Migrations Simulataneously

2016-04-26 Thread Amit Saha
On Wed, Apr 27, 2016 at 12:37 AM, Mike Bayer wrote: > > > On 04/26/2016 01:22 AM, Amit Saha wrote: >> >> On Tue, Apr 26, 2016 at 12:33 PM, Mike Bayer >> wrote: >>> >>> >>> >>> On 04/25/2016 08:30 PM, Amit Saha wrote: >>>

Re: Running Migrations Simulataneously

2016-04-25 Thread Amit Saha
On Tue, Apr 26, 2016 at 12:33 PM, Mike Bayer wrote: > > > On 04/25/2016 08:30 PM, Amit Saha wrote: >> >> Hi all, >> >> In my scenario, DB migrations (via alembic) will be run as part of the >> app deployment and multiple app deployments will happen near &g

Running Migrations Simulataneously

2016-04-25 Thread Amit Saha
Hi all, In my scenario, DB migrations (via alembic) will be run as part of the app deployment and multiple app deployments will happen near simultaneously (multiple EC2 instances talking to the same MySQL DB). Let's, for simplicity's sake assume two instances: Instance #1: Alembic sees alembic