我确实在Centos AMI EC2上设置了Postgres-12,效果很好。
但是,有时候(我的情况是第二天),我无法通过尝试连接数据库。
$ psql -h XXXX -p5432 -Upostgres
身份验证失败错误
psql: error: could not connect to server: FATAL: password authentication failed for user "postgres"
接下来,我再次更改我的postgres用户
$ sudo su-Postgres 〜] $ psql -c“使用密码'postgres'更改用户postgres”
连接登录生效。
我不知道为什么。有人知道吗?我该怎么办?