Join Slack
Powered by
This message was deleted.
# k3s
a
adamant-kite-43734
09/25/2023, 5:48 AM
This message was deleted.
s
stale-addition-90512
09/25/2023, 8:09 AM
kine uses net/url to parse database url, i think the error is triggered if you have character “?” in your password, it will interpret rest part is query part
c
creamy-pencil-82913
09/25/2023, 3:39 PM
The DSN is passed into the standard golang pq driver, we should support anything that it supports:
https://pkg.go.dev/github.com/lib/pq
creamy-pencil-82913
09/25/2023, 3:39 PM
I do suspect that you have some odd characters in your username or password that need to be escaped though
creamy-pencil-82913
09/25/2023, 3:39 PM
or perhaps just don’t use those characters
s
stale-addition-90512
09/26/2023, 7:46 AM
https://github.com/lib/pq/blob/master/url.go#L32
, FYI
Open in Slack
Previous
Next