Re: [ADMIN] PITR - base backup question

Поиск
Список
Период
Сортировка
От Julio Leyva
Тема Re: [ADMIN] PITR - base backup question
Дата
Msg-id BLU102-W13EFB1C149C5EA264002A8A1600@phx.gbl
обсуждение исходный текст
Ответ на Re: PITR - base backup question  (Lennin Caro <lennin.caro@yahoo.com>)
Список pgsql-general

----------------------------------------
> Date: Wed, 27 Aug 2008 06:58:33 -0700
> From: lennin.caro@yahoo.com
> Subject: Re: [ADMIN] [GENERAL] PITR - base backup question
> To: pgsql-general@postgresql.org; pgsql-admin@postgresql.org; richard.broersma@gmail.com
>
>
>
>
> --- On Tue, 8/26/08, Richard Broersma  wrote:
>
>> From: Richard Broersma
>> Subject: [GENERAL] PITR - base backup question
>> To: "pgsql-general@postgresql.org" , pgsql-admin@postgresql.org
>> Date: Tuesday, August 26, 2008, 10:53 PM
>> From the following link:
>> http://www.postgresql.org/docs/8.3/interactive/continuous-archiving.html#BACKUP-BASE-BACKUP
>>
>> Step 3 says to perform the back up.
>>
>>     Does this mean a File System Backup of the Data
>> directory?\

It is a file system backup, we use PITR and every time we need a new checkpoint we create a TAR file of the postgresql
homedirectory 


>> OR
>>     Does this mean performing a pg_dumpall and backing up
>> the dump file?
>>
> is a file system backup of he data directory
>> --
>> Regards,
>> Richard Broersma Jr.
>
>
>
>
>
>
> --
> Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-admin

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

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: Vaccuum best practice: cronjob or autovaccuum?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: indexes on functions and create or replace function