Re: Postgres Point in time Recovery (PITR),

Поиск
Список
Период
Сортировка
От Alan Hodgson
Тема Re: Postgres Point in time Recovery (PITR),
Дата
Msg-id efc7b16258cbb308562d4651bd2b73cdca0b90ff.camel@lists.simkin.ca
обсуждение исходный текст
Ответ на Re: Postgres Point in time Recovery (PITR),  (Avinash Kumar <avinash.vallarapu@gmail.com>)
Ответы Re: Postgres Point in time Recovery (PITR),  (Avinash Kumar <avinash.vallarapu@gmail.com>)
Список pgsql-general
On Mon, 2019-10-21 at 20:40 +0530, Avinash Kumar wrote:
can't he destroy the offline backups and your database ?  
This is not a right justification to encouraging Offline Backups over Online Backups. 
If you are worried about storing your online backups through internet on cloud (i do not agree as you can still secure your data on cloud), store it in on a server in your Organizational network and do not push them through internet.
Taking Offline Backups is not the only right way to ensure Reliable Backups. 
We are way ahead of the days where you need to face downtime to take backups. 
Online Backups are reliable in PostgreSQL. 

I apologize, I think we have a difference in terminology here. Obviously you don't need to take PostgreSQL out of service to take a backup. I don't know that you ever did; pg_dump even has always worked fine while the database is available.

When I say offline backup I mean a backup that is stored in a way that it cannot be accessed via the Internet.

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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Postgres Point in time Recovery (PITR),
Следующее
От: Avinash Kumar
Дата:
Сообщение: Re: Postgres Point in time Recovery (PITR),