Ben Johnson

Results 188 comments of Ben Johnson

Thanks for the suggestion, @rushsteve1. I’ve actually never used WebDAV so I’ll need to do some more research to understand the use case better. It looks like there’s a Go...

Thanks for posting the issues, @wsargent. I'll assign it to the v0.4.1 milestone for now. The client code already exists in Litestream so it's mostly a matter of wiring it...

hey @sirupsen! 👋 It's been a long time indeed! Still at Shopify? Restore performance is something that needs improvement but I'm surprised it's 10s for such a small workload. You...

> _I can add a section to the docs in the Tips & Caveats section if you'd accept it?_ Yes! That'd be awesome. Thanks, Simon. > _FWIW I'm using Cloud...

@sirupsen I saw your comment in https://github.com/benbjohnson/litestream/discussions/223#discussioncomment-1977888 but I'm moving the discussion back over to this ticket. > _I am seeing it being stuck on restore too. Is there a...

@sirupsen The `missing initial wal segment` issue from @pfw turned out to be two applications replicating into the same bucket and their retention enforcement was deleting each other's WAL segments:...

> _How do I fix this error though even when nothing is running on GCP? To recover my dear database_ Unfortunately, with the missing initial WAL segment the best you...

Thanks for going on this debugging journey with me, @sirupsen! The doc updates are incredibly helpful. 🎉

@wtatum Yes, I think that'd be a good feature. Once the read replica (https://github.com/benbjohnson/litestream/issues/8) feature is done, I don't think it'd be difficult to write a Swift library to act...

Yes, the client side operations are pretty minimal. It essentially streams down snapshots & WAL frame blobs over HTTP and then uses SQLite to apply the WAL and invalidate the...