Re: Online Backups PostGre

Поиск
Список
Период
Сортировка
От Alan Hodgson
Тема Re: Online Backups PostGre
Дата
Msg-id 200905010951.54521@hal.medialogik.com
обсуждение исходный текст
Ответ на Online Backups PostGre  (PostGre Newbie <garbagegigo@gmail.com>)
Список pgsql-general
On Friday 01 May 2009, PostGre Newbie <garbagegigo@gmail.com> wrote:
>I do not know of any open source backup utilities
> that can take snapshots of the filesystem. I get the overall concept
> of online backups but I am still unclear EXACTLY how the system works.
> I would be grateful if anyone could explain it to me. I have already
> gone through the postgresql document on online backups.

rsync or tar. One of the really nice things about PITR is that the base
backup source can change while it's being backed up and it still works.

PITR is really just as simple as it sounds. Call start_backup(). Copy the
PostgreSQL data directory. Call stop_backup(). Keep all the WAL logs
generated during and after the base backup.

--
Even a sixth-grader can figure out that you can’t borrow money to pay off
your debt

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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Online Backups PostGre
Следующее
От: John R Pierce
Дата:
Сообщение: Re: Online Backups PostGre