Re: Backup alternatives

Поиск
Список
Период
Сортировка
От scott.marlowe
Тема Re: Backup alternatives
Дата
Msg-id Pine.LNX.4.33.0210091047270.28259-100000@css120.ihs.com
обсуждение исходный текст
Ответ на Backup alternatives  (Ed L. <pggeneral@bluepolka.net>)
Список pgsql-general
On Wed, 9 Oct 2002, Ed L. wrote:

>
> I am curious to know if anyone has any viable live backup procedures other
> than pg_dump/pg_dumpall when you have a continuously running server with
> continuous query activity?  The motivation is to find a live alternative
> faster than pg_dump, which presently takes about 45 minutes on some of my
> larger databases.  I assume any kind of file copy backup is not workable
> due to the complexities of mvcc, caching, etc.

There is an ongoing project to provide "Point in Time Recovery" (PITR for
short) which does exactly this.  Basically, it stores the WAL files
sequentially off the box, and then can use them and the last backup to
rebuild your database should your main box catch on fire, burn down your
hosting center, and initiate an infopocalypse.


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

Предыдущее
От: "Jose Antonio Leo"
Дата:
Сообщение: problem with the Index
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: [SQL] problem with the Index