Re: Regarding "Point-in-time Recovery" feature

Поиск
Список
Период
Сортировка
От luis.sa@htip.com.br
Тема Re: Regarding "Point-in-time Recovery" feature
Дата
Msg-id 4996f29f2cc2742ac92cb92afd200caf@htip.com.br
обсуждение исходный текст
Ответ на Re: Regarding "Point-in-time Recovery" feature  ("Mathis, Jason" <jmathis@enova.com>)
Список pgsql-performance
And there is an app to this: Barman --> http://www.pgbarman.org/


On Mon, 23 Feb 2015 10:03:35 -0600, Mathis, Jason wrote:
> Full explanation starts
>
> here: http://www.postgresql.org/docs/9.3/static/continuous-archiving.html
> [1].
>
> While there are some considerations to take in it does not relate to
> performance. Generally most production systems run with archiving on.
> Take a minute to read through the documentation and let us know if
> you
> have any questions. Most questions about "backup and recovery" should
> be asked in the admin mailing list.
>
> Good Luck,
>
> jason
>
> On Mon, Feb 23, 2015 at 5:38 AM, Saurabh Gupta A  wrote:
>
>> Hello,
>>
>> Has anybody used online backup feature of postgreSQL? In fact
>> precise postgreSQL term is called: "Point-in-time Recovery" (PITR)
>> This means enabling following additional options in config:
>> ---
>> archive_command = on
>> archive_command = 'cp %p /usr/local/pgsql/pgDataPITR/wals/%f' #
>> This is only example path
>> ---
>>
>>  
>>
>> If yes then may I know how it is used and how it impacts database
>> performance?
>>
>>  
>>
>>  
>>
>> Regards:
>>
>> Saurabh
>>
>>  
>>
>>  
>
>
>
> Links:
> ------
> [1]
> http://www.postgresql.org/docs/9.3/static/continuous-archiving.html
> [2] mailto:saurabh.a.gupta@ericsson.com



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

Предыдущее
От: "Mathis, Jason"
Дата:
Сообщение: Re: Regarding "Point-in-time Recovery" feature
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Reverse Key Index