dbptk-developer icon indicating copy to clipboard operation
dbptk-developer copied to clipboard

SIARD --> postgreSQL: The authentication type 10 is not supported, ubuntu 24.04

Open BorisDomajnko opened this issue 3 months ago • 0 comments

I am testing ubuntu 24.04beta with PostgreSQL v16 and default-jre java. I cannot make dbptk run. I have tried md5 and scram-sha-256. java --version openjdk 21.0.2 2024-01-16 OpenJDK Runtime Environment (build 21.0.2+13-Ubuntu-2) OpenJDK 64-Bit Server VM (build 21.0.2+13-Ubuntu-2, mixed mode, sharing)

java -Xmx1000m -Dfile.encoding=UTF-8 -cp dbptk-app-2.11.0.jar com.databasepreservation.Main migrate -e postgresql -eh localhost -edb 'DBC3' -eu postgres -ep 'x' -ede -epn 5432 -i siard-2 -if TestAndDemo3_A.siard Converting database: siard-2 to postgresql Initializing database Importing SIARD version 2.1 ERROR Problem in database connection. The authentication type 10 is not supported. Check that you have configured the pg_hba.conf file to include the client's IP address or subnet, and that it is using an authentication scheme supported by the driver.

dbptk-app.log.txt

BorisDomajnko avatar Mar 25 '24 11:03 BorisDomajnko