Re: Schema version control

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: Schema version control
Дата
Msg-id ij1qjt$lpd$1@dough.gmane.org
обсуждение исходный текст
Ответ на Schema version control  (Royce Ausburn <royce.ml@inomial.com>)
Ответы Re: Schema version control  (Royce Ausburn <royce.ml@inomial.com>)
Список 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



В списке pgsql-general по дате отправления:

Предыдущее
От: Bill Moran
Дата:
Сообщение: Re: Schema version control
Следующее
От: Bill Moran
Дата:
Сообщение: Re: Schema version control