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

Dustin J. Mitchell dustin at v.igoro.us
Thu Apr 17 12:56:26 UTC 2014


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




More information about the devel mailing list