Re: Database version control

Поиск
Список
Период
Сортировка
От Shane Ambler
Тема Re: Database version control
Дата
Msg-id 4742866F.3020604@Sheeky.Biz
обсуждение исходный текст
Ответ на Database version control  (Alex du Plessis <alexdup01@telkomsa.net>)
Список pgsql-novice
Alex du Plessis wrote:
> Hello list,
>
> Is there any way to do version control on a database from one
> application version to another?
>
> IE how do I do an upgrade (or even know that I have to do an upgrade) of
> the database when I have a new application release.
>

Provided you have a copy of the db structure that you released initially
you will want to start with a current dump (no data)

You can diff these two files to find any differences.

You may also want to have a look at pgdiff and apgdiff - both are
located at sourceforge.



--

Shane Ambler
pgSQL@Sheeky.Biz

Get Sheeky @ http://Sheeky.Biz

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

Предыдущее
От: Alex du Plessis
Дата:
Сообщение: Database version control
Следующее
От: Emil Oppeln-Bronikowski
Дата:
Сообщение: Re: Database version control