问题描述:datax同步postgresql数据到postgresql报连接错误,实际用navicat连接postgresql能成功;
异常问题如下
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
解决:检查postgresql版本和datax(/datax/plugin/writer/postgresqlwriter/libs)目录下链接postgresql驱动jar包版本是否太低,替换对应高版本jar包问题解决。
当使用Datax从postgresql同步数据到postgresql时,出现不支持的认证类型10错误。问题可能在于postgresql驱动jar包版本过低。解决方法是检查Datax的postgresqlwriter目录下的jar包版本,并替换为与postgresql版本兼容的高版本驱动,从而成功解决连接问题。
2591

被折叠的 条评论
为什么被折叠?



