This message was deleted.
# k3s
a
This message was deleted.
s
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
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
I do suspect that you have some odd characters in your username or password that need to be escaped though
or perhaps just don’t use those characters
s