Schema migration tools?

Поиск
Список
Период
Сортировка
От Christophe
Тема Schema migration tools?
Дата
Msg-id 2978A873-3DF9-47BF-A662-4185A2F4C46B@thebuild.com
обсуждение исходный текст
Ответы Re: Schema migration tools?  ("Joshua D. Drake" <jd@commandprompt.com>)
Re: Schema migration tools?  (Steve Atkins <steve@blighty.com>)
Re: Schema migration tools?  ("Kerri Reno" <kreno@yumaed.org>)
Re: Schema migration tools?  (John DeSoi <desoi@pgedit.com>)
Список pgsql-general
Greetings,

We have the traditional three servers:

    dev --> staging --> production

each with a PostgreSQL instance and the same schema, at least over
time.  Right now, we handle schema migration (updating the schema for
new releases) by manually-created scripts that apply the changes to
staging and production.

I'd like a tool that would automatically create these scripts, and I
wondered if anything like this existed.  The theory would be that it
would consider two databases a and b, and produce the appropriate
script to change b's schema to match a.

Does anything like this exist?  If not, I might have a new project...

Thanks!
-- Christophe

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

Предыдущее
От: "David Wilson"
Дата:
Сообщение: Re: table as log (multiple writers and readers)
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Schema migration tools?