1
RestoreProof – CLI that restores your Postgres backup and verifies it worked
自动验证Postgres备份可恢复性的CLI工具,从S3拉取恢复到临时Docker容器,核对Schema与行数,避免灾难时才发现备份失效。
RestoreProof pulls your latest backup from S3, restores it into a throwaway Docker container, and verifies schema hash and row counts against a stored…