Re: PG_RESTORE/DUMP Question

Поиск
Список
Период
Сортировка
От Ken Godee
Тема Re: PG_RESTORE/DUMP Question
Дата
Msg-id 3FA082B3.9030801@perfect-image.com
обсуждение исходный текст
Ответ на PG_RESTORE/DUMP Question  (Alex <alex@meerkatsoft.com>)
Список pgsql-general
Alex wrote:
> Hi,
>
> I have a test system that is setup the same as a production system and
> would like to frequently copy the database over.
> pg_dump takes a few hours and even sometimes hangs.
>
> Are there any reasons not to simply just copy the entire data directory
> over to the test system? I could not find any postings on the net
> suggesting otherwise. Is there anything to pay attention too ?
>
> Thanks for any advise
> Alex

Probally a point for debate, but sure, why not.
I would create the database in it's own directory as to not
mix things up on both machines ie. export PGDATA2=/usr/local/database
Then just make sure you stop postgres when copying from or to on each
machine.
If someone doesn't think this will work, I'd like to know.
One of my backup routines depends on this kind of proceedure.
Of coarse I've got pg_dumps as well too. :)








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

Предыдущее
От: Allen Landsidel
Дата:
Сообщение: pg_ctl vs full restart
Следующее
От: "Rick Gigger"
Дата:
Сообщение: Transaction Performance Question