Re: [GENERAL] copying databases

Поиск
Список
Период
Сортировка
От Stephane Bortzmeyer
Тема Re: [GENERAL] copying databases
Дата
Msg-id 200002211556.QAA28861@ezili.sis.pasteur.fr
обсуждение исходный текст
Ответ на copying databases  (Marco Giardini <marco@tecnogi.com>)
Список pgsql-general
On Monday 21 February 2000, at 14 h 34, the keyboard of Marco Giardini
<marco@tecnogi.com> wrote:

>  i have created a DB on one server using postgresql 6.5.3 and now i need
> to move this DB to a machine running the postgresql 6.3 release (theone
> shipped with debian slink).

The simplest solution is 'pg_dump BASE' on one machine and 'psql -f FILE BASE' on the other. It frees you from
Postgres'versions. 

[The only problem I know is if you use BLOBs.]



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

Предыдущее
От: Marco Giardini
Дата:
Сообщение: copying databases
Следующее
От: "Paulo Parola"
Дата:
Сообщение: No pg_hba.conf entry ???