Re: Schema version control

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: Schema version control
Дата
Msg-id ij1qpo$lpd$2@dough.gmane.org
обсуждение исходный текст
Ответ на Re: Schema version control  (Bill Moran <wmoran@potentialtech.com>)
Ответы Re: Schema version control  (Bill Moran <wmoran@potentialtech.com>)
Список pgsql-general
Bill Moran wrote on 10.02.2011 23:59:
> The overview:
> You store your schema and data as XML (this is easy to migrate to, because
> it includes a tool that makes the XML from a live database)
> Keep your XML schema files in some RCS.
> When it's time for a new deployment, you run the dbsteward tool against
> the schema XML and it turns it into DDL and DML.
> When it's time for an upgrade, you run the dbsteward tool against two
> schema XML files, and it calculates what has changed and generates the
> appropriate DDL and DML to upgrade.

This very much sounds like Liquibase. Do you happen to know any differences?

Regards
Thomas

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

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