Re: Schema version control

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Schema version control
Date: 2011-02-10 22:59:13
Message-ID: ij1qjt$lpd$1@dough.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Royce Ausburn wrote on 10.02.2011 22:38:
> I'm really interested to hear how you guys manage schema upgrades in
> the face of branches and upgrading from many different versions of
> the database.

We are quite happy with Liquibase. You can simply run it against a database and tell it to migrate it to "Version x.y"

As it keeps track of all changes applied it automatically knows what to do.

I can handle static data as well as stored procedure and any custom SQL.

Regards
Thomas

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bill Moran 2011-02-10 22:59:30 Re: Schema version control
Previous Message Bill Moran 2011-02-10 22:50:14 Re: Schema version control