Re: Copy database to another machine

Поиск
Список
Период
Сортировка
От Andreas Kretschmer
Тема Re: Copy database to another machine
Дата
Msg-id 20111026164203.GA28073@tux
обсуждение исходный текст
Ответ на Copy database to another machine  (Nuno Ferreira <nunoadferreira@gmail.com>)
Список pgsql-novice
Nuno Ferreira <nunoadferreira@gmail.com> wrote:

> Good afternoon,
>
> I'm trying to copy one database from one machine to another. How can I do it?
> Can I just simply copy and paste the files? I need to close the database first
> or I can copy the files with it open?

You can do (and have to do) that while the database is up and running
with pg_dump and (on the destination) pg_restore or psql. Please read
the documentation for more information here:

http://www.postgresql.org/docs/9.1/interactive/backup.html

You CAN'T copy&paste the files!


Andreas
--
Really, I'm not out to destroy Microsoft. That will just be a completely
unintentional side effect.                              (Linus Torvalds)
"If I was god, I would recompile penguin with --enable-fly."   (unknown)
Kaufbach, Saxony, Germany, Europe.              N 51.05082°, E 13.56889°

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

Предыдущее
От: Nuno Ferreira
Дата:
Сообщение: Copy database to another machine
Следующее
От: Thom Brown
Дата:
Сообщение: Re: Copy database to another machine