Replies: 1 comment
-
I don't think we support Postgres URIs with multiple hosts. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I am trying below kind of postgres url as the metastore_uri value, and met "database error: error with configurationn: invalid port number" error.
postgres://host1:123,host2:456/mydb
quickwit/docs/configuration/metastore-config.md
Line 38 in 1be6991
Do you know the reason? seems it's not supported for this kind of configuration.
Beta Was this translation helpful? Give feedback.
All reactions