I got this error using postgres14
Error connecting to the database.
SCRAM authentication is not supported by this driver. You need JDK >= 8 and pgjdbc >= 42.2.0 (not ".jre" versions)
Retry database connection with different credentials (y/N):
when running:
java -jar dsl-clc.jar properties=tenant-univ6wlrmfawpy.props
what should i do?
I got this error using postgres14
Error connecting to the database.
SCRAM authentication is not supported by this driver. You need JDK >= 8 and pgjdbc >= 42.2.0 (not ".jre" versions)
Retry database connection with different credentials (y/N):
when running:
java -jar dsl-clc.jar properties=tenant-univ6wlrmfawpy.props
what should i do?