Ben Johnson
Ben Johnson
@tjheeta I didn't have any luck reproducing this and I don't see any obvious reason from the code why it would happen. I'll leave this issue open now in case...
Hmm, that's not good. Debugging failing integrity checks can be complicated and there's not built in debugging tooling in Litestream. Do you know if you're using any extensions with your...
Yes, per-database primaries is something we are implementing. That's how we have [LiteVFS](https://github.com/superfly/litevfs) working and we'll port similar functionality over to LiteFS. I'm always curious about use cases though. Are...
@rkrdeano I'm sorry to hear about the issue. What version of LiteFS were you running when you hit the bug?
@scefali Can you provide some logs for the two instances when they start up? Are they showing errors connecting to one another?
Thanks for the bug report (and the nice words!) Adding support for subdirectories adds a surprising amount of complexity to LiteFS so I held off on it. I'll mark this...
That's a good idea. The biggest hurdle right now is that using Consul makes it so your app needs to know how to redirect requests to the primary and that...
> Does Fly provide any mechanism for us to have different environment variables if it's the primary node? We don't currently have a concept of "primary node" inside Fly.io since...
> I think I get it; you're suggesting to not fly-replay to a specific instance but to a region. So check for the .primary file but don't use the contents...
@jwhear If you post the `litefs.yml` config file then I can give feedback on that too.