secure deletion of archived logs

Поиск
Список
Период
Сортировка
От Zwettler Markus (OIZ)
Тема secure deletion of archived logs
Дата
Msg-id 06d9534503de4b14a7f35a1d08dcc4c6@zuerich.ch
обсуждение исходный текст
Ответы Re: secure deletion of archived logs  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-general

with Oracle we use "backup archivelog all delete all input".

this is a kind of atomic transaction.

everything backuped for sure is deleted.

 

with Postgres we archive to a local host directory

we do a Networker backup of this directory afterwards and delete the archived logs

but this is not an atomic transaction

so there is a small risk that something gets deleted which is not backuped

 

how to you prevent this?

 

Is there any backup tool which can do backups analogous Oracle?

 

 

 

 

 

 

 

 

 

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: upgrade and migrate
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: upgrade and migrate