Rebuilding Prisma Postgres Backups: From Snapshots to Point-in-Time Recovery#8072
Rebuilding Prisma Postgres Backups: From Snapshots to Point-in-Time Recovery#8072rtbenfield wants to merge 5 commits into
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
|
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
|
Thanks for the write-up @rtbenfield! I ran this past the doc writer skills to see how we can improve the blog to be more customer facing and it passed this feedback: What’s great
What could be improved
OverallThe engineering story is strong. The main improvement is to connect each architectural decision back to a customer outcome: less data loss, faster recovery, safer debugging, and more useful database forks. |
Summary
New blog post covering the Prisma Postgres backup migration from
pg_basebackupto pgBackRest, with a per-database bucket storage layout on Tigris.Covers:
pg_basebackupsystem's recovery point and restore path were bounded by full-copy snapshotsTest plan