对于数据库集群'xyz',将创建CNAME'xyz-cname'。但是,如果我将集群端点替换为cname,以通过liquibase连接到rds以更新数据库,则它将不起作用。我收到以下错误
Unexpected error running Liquibase: org.postgresql.util.PSQLException: The connection attempt failed.
我错过了什么吗? 这是liquibase .properites文件
driver: org.postgresql.Driver
classpath: /usr/local/bin/postgresql-9.3-1102.jdbc41.jar
url:jdbc:postgresql://xyz-cname:5432/xyzdb
username:888
password:888
changeLogFile:changelog.xml