简体   繁体   English

AWS RDS 主密码每 2 天重置一次

[英]AWS RDS master password resets every 2 days

I am very new at aws services.我是 aws 服务的新手。 I recently deployed a django application on elasticbeanstalk with aws rds (postgresql).我最近使用 aws rds (postgresql) 在 elasticbeanstalk 上部署了 django 应用程序。 But the master password resets in every 2 days and I can't seem to find a solution for it.但是主密码每 2 天重置一次,我似乎找不到解决方案。 This is the error I receive after 2 days of resetting manually.这是我在手动重置 2 天后收到的错误。

FATAL: password authentication failed for user "postgres"致命:用户“postgres”的密码验证失败

Any help would be appreciated.任何帮助,将不胜感激。

The RDS password doesn't reset automatically. RDS 密码不会自动重置。 You should be having some automated process running that should be resetting this.您应该正在运行一些应该重置它的自动化进程。 You can't recover a password, the only way is to reset the password.您无法恢复密码,唯一的方法是重置密码。 Be careful when the password is reset and applied immediately, the RDS goes to maintenance mode.请注意,当密码重置并立即应用时,RDS 会进入维护模式。 Try checking the RDS logs - https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.Concepts.PostgreSQL.html尝试检查 RDS 日志 - https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.Concepts.PostgreSQL.ZFC35FDC70D5FC69D269883A822C7A

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM