Anatolios Laskaris
Anatolios Laskaris
Still broken in the latest version. I think this commit has completely broke this CSI driver https://github.com/seaweedfs/seaweedfs-csi-driver/commit/785e69a08ef47eab94742b040870ec0716f20f13#diff-d7f330f6d6efcabc25613925c10237045948e05bc020c7ecf16c3b331e371e62
@blmhemu I would recommend not to store PostgreSQL on seaweedfs. A lot safer is to use [`host_volume`](https://www.nomadproject.io/docs/configuration/client#host_volume-stanza) with [patroni](https://github.com/zalando/patroni). This way you will have HA with automatic fail-over and native...
@blmhemu a general recommendation. It is always better to run databases on host volumes if you can (or on volumes provided by AWS EBS or similar). But with Seaweedfs especially...
@louis-lau yep, pretty sure. zone-mta, haraka, wildduck have (almost) same string. I will try digging into it, enabling all sorts of debug logs etc and will get back if I...
What I managed to find so far is that it works without TLS, i.e. with a string like this: ```shell MONGODB_URL='mongodb://:@mongo-primary.service.consul:27017,mongo-secondary.service.consul:27017/ducky-api' ``` Dots that it didn't like were from `bundle.pem`...
Are you okay with pinning dependencies? This is a good practice and they will be updated by renovate. @boneyard93501 @InversionSpaces
@boneyard93501 @InversionSpaces what should we do with that PR
When setting `host.docker.internal:host-gateway`in sidecar_task config I get this ```failed to build mount for /etc/hosts: invalid IP address "host.docker.internal:host-gateway"```