[Buildbot-devel] SQLAlchemy version check fragile? Running buildbot master test suite on Ubuntu 14.04 beta 2

Vasily vasslitvinov at pisem.net
Thu Apr 17 14:22:12 UTC 2014


That's about what was in my mind... but you put it into words better.
E.g. in <= 0.8.9 we use SQLAlchemy, and in 0.8.10 :) or 0.9 - whichever
comes first - we'll start using Alembic.

Not a big deal to install an intermediate version to get your DB migrated
correctly IMHO.

Thanks,
Vasily


2014-04-17 16:56 GMT+04:00 Dustin J. Mitchell <dustin at v.igoro.us>:

> On Thu, Apr 17, 2014 at 3:21 AM, Vasily <vasslitvinov at pisem.net> wrote:
> > Hi Dustin and all,
> > Maybe we should say we're using SQLAlchemy-migrate to get DB to 0.8.9,
> and
> > then using Alembic to migrate further.
>
> That sounds about right, except that I don't want to to require both
> sa-migrate and alembic in nine.  So I think that Alembic would see
> "empty DB" and "0.8.9" as its first two schema versions.  If you have
> a different base schema version, you'll need to use 0.8.9 to upgrade
> to that version, *then* install a version of nine and upgrade from
> there.
>
> Now that sqlalchemy-migrate is being maintained, though, we can at
> least allow users to run a newer version of sqlalchemy!
>
> Dustin
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20140417/9aa51907/attachment.html>


More information about the devel mailing list