Post #3970668
2026-07-20 16:38 UTC
@b0rk@social.jvns.ca As much as I love WAL-shipping, I think most people want / need intelligible snapshots and are willing to take the "lost a few hours" hit. Maybe we can do both, but we keep optimizing for five-nines style service, rather than simple-and-low-MTTR.
Replies (1)
-
@b0rk@social.jvns.ca 2026-07-20 16:41
@aredridel@kolektiva.social yeah I agree, I'd be happy with just a backup every few hours and I find it simpler to reason about. Someone told me recently about sqlite3_rsync which I might still try https://sqlite.org/rsync.html