Hi WIlhelm,
I believe that this is unintentional. The library used by Kea for the
database connection supports that syntax. Kea makes no checks of the
host parameter. The parameter is passed to the library call as is.
This isn't supported, however.
FYI, other users have made use of "haproxy" (
Hey again Darren and sorry for a being a bit late in answering :)
Den ons 4 juni 2025 kl 18:21 skrev Darren Ankney :
> Currently, Kea does not support multiple database servers directly.
> This article may be of some use:
> https://kb.isc.org/docs/experimenting-with-postgresql-high-availability
T
Hi Wilhelm,
Currently, Kea does not support multiple database servers directly.
This article may be of some use:
https://kb.isc.org/docs/experimenting-with-postgresql-high-availability
Thank you,
Darren Ankney
On Mon, Jun 2, 2025 at 9:21 AM Wilhelm Wijkander wrote:
>
> Hello :)
>
> I'd like to
Hello :)
I'd like to store my host reservations(and leases/config) in a
high-availability pgsql setup, and I'd like to have Kea(2.7.8)
automatically fail over to a secondary server if the first one doesn't
respond. This should be supported in libpq and seems to be working in
Kea as well(though I'm