Open MalteMagnussen opened 5 months ago
Your private S3 implementation doesn't return the Content-Length header that Litestream expects for metrics. It could be fixed downstream in Litestream not to expect that information to exist but most S3 implementations do include it.
We are using NetApp StorageGrid S3 just for info :)
Thanks for the rapid response.
If we don't expose the Prometheus Metrics, is it still expecting that header? Or do you mean something else, when you say "metrics"? @hifi
Running it in Kubernetes, using an on-prem S3 as storage.
Went fine, until I restarted the statefulset, and it starting crashing with this error:
Here is the relevant yaml.
Followed this guide: https://litestream.io/guides/kubernetes/
Trying to add persistance to the metadata sqlite in our deployment of this app: https://github.com/Forceu/Gokapi