Search Postgresql Archives

secure deletion of archived logs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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?

 

 

 

 

 

 

 

 

 


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux