Re: data transfer/migrate from win to linux

Поиск
Список
Период
Сортировка
От Harald Armin Massa
Тема Re: data transfer/migrate from win to linux
Дата
Msg-id 7be3f35d0801090228r1a3bf47esebd48eecec9a67b9@mail.gmail.com
обсуждение исходный текст
Ответ на data transfer/migrate from win to linux  ("Antonio Muñoz" <amrrfr@gmail.com>)
Список pgsql-general
Antonio,

> After looking for a way to transfer PostgreSQL/PostGIS data from windowsXP
> to linux (Ubuntu 7.10), I did not find it.
> Please, does anyone know an easy way or free tool for it.

I do this via

pg_dump on the sender

and

pg_restore or psql -f

on the receiver site. Both are included with PostgreSQL. To avoid
challenges, make sure that the PostgreSQL versions on both systems
match.

best wishes,

Harald

--
GHUM Harald Massa
persuadere et programmare
Harald Armin Massa
Spielberger Straße 49
70435 Stuttgart
0173/9409607
fx 01212-5-13695179
-
EuroPython 2008 will take place in Vilnius, Lithuania - Stay tuned!

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

Предыдущее
От: "Antonio Muñoz"
Дата:
Сообщение: data transfer/migrate from win to linux
Следующее
От: Ivan Sergio Borgonovo
Дата:
Сообщение: Re: count(*) and bad design was: Experiences with extensibility