连接指定postgres 数据库失败,提示 password authentication failed for user

连接指定postgres 数据库失败,提示 password authentication failed for user noco2
但在容器中使用 psql -U noco2 -h 10.252.25.208 -p 5433 -d noco2 又可以登录,并且可以正常访问数据库和表

* Environment

Logs

nocobase | {“level”:“warn”,“message”:“attempt 7/9: Unable to connect to the database: password authentication failed for user “noco2"”,“meta”:{},“module”:“database”,“submodule”:”",“method”:“auth”,“app”:“main”,“reqId”:“899d65a1-aa30-4418-8e9c-fcabc10d7ea9”,“dataSourceKey”:“main”,“timestamp”:“2025-07-01 10:48:50”}

请问密码是是否有特殊字符 用双引号包一下