Hi, I don't know if this is also resolved in the next release but the jdbc driver for postgresql doesn't support scram-sha-256 (default with postgres 14), I got the error:
The authentication type 10 is not supported. More infos here: https://www.cybertec-postgresql.com/en/from-md5-to-scram-sha-256-in-postgresql/ To make it working I need to switch back to md5. It just needs to be updated I suppose (maybe it is just updated in the next release). Thanks Fed
