Tag Archives: python

Verify PostgreSQL Backups using Python and LXC

|

It’s well understood that backing up your database is, arguably, the single most important step in preventing data loss and building redundancy into your application. A thoroughly redundant backup plan will include having replica servers on standby and filesystem level backups for disaster recovery. The second most important step is verifying those same backups. Unfortunately, […]