You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to comment out database.options until the goccy/go-yamlupstream branch is merged and released. Otherwise, Icinga DB fails to start with the following validation error.
~/Workspace/go/icingadb (missing-history-index ✗) go run cmd/icingadb/main.go --config config.example.yml
invalid configuration: max_connections cannot be 0. Configure a value greater than zero, or use -1 for no connection limit
exit status 2
The text was updated successfully, but these errors were encountered:
As reported in #726, the default values for `database.options` are
overwritten by go-yaml. By commenting out the key of the
empty/unmodified YAML dictionary, this bug is mitigated. To make this
change consistent, the keys of all other unmodified dictionary blocks
have also been commented out.
Close#726.
Describe the bug
We need to comment out
database.options
until thegoccy/go-yaml
upstream branch is merged and released. Otherwise, Icinga DB fails to start with the following validation error.The text was updated successfully, but these errors were encountered: