Martin Braun

Results 226 comments of Martin Braun

I know that it should be reinstated, but on my test system it doesn't work. Feel free to try that on my blog site. I should have clarified more. I...

Just to give some details about what I am talking about: https://github.com/neuroforgede/swarmsible/tree/master/environments/test/test-swarm/stacks/02_monitoring This is the stack in our repo. Essentially all built on default images and all configs done via...

Looking back at the feature set of the original swarmprom again, I think it would proably be a good idea to mention this as an alternative to the original as...

With some rewrite rules, you can achieve this pretty nicely (slightly modified from what we are running in production): ``` location /nodered/comms { proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection...

Hey, are there any updates on this? I would be happy to test this.

I would suggest using haproxy using xinetd on the data nodes. xinetd as a lightweight http server just for healthchecks. haproxy will then use these http endpoints for healthchecking /...

with the haproxy properly set up, target the readwrite port of the haproxy and it will automatically target the primary.

This should help for public facing networks: https://github.com/neuroforgede/pg_auto_failover_ansible/wiki/HAProxy

> > * another example is indirection (a.k.a switch-ip) if client does not support native high availability (e.g. they can't set two hosts on connection strings, example ODBC or embedded...

I am wondering. @DimCitus Would this be included by default on pg_auto_failover managed nodes? Because we will be scripting the setup of pgbouncer for our nodes as per https://github.com/neuroforgede/pg_auto_failover_ansible/issues/20 ....