简体   繁体   English

Cloud SQL Postgres 中的密码重置问题

[英]Password reset issue in Cloud SQL Postgres

I am getting below error intermittently in my Cloud SQL instance,我在 Cloud SQL 实例中间歇性地遇到错误,

UTC [2647634]: [1-1] db=postgres,user=postgres FATAL:  password authentication failed for user "postgres""

After rest the password back, the process is working as usual. rest 找回密码后,流程正常。 Don't know which process is resetting the password.不知道是哪个进程在重置密码。 I checked the log and cant find any password resetting related log, before this issue occurred.在此问题发生之前,我检查了日志并找不到任何与密码重置相关的日志。

Unless log_statement is set to ddl or above, password resets would not be logged.除非 log_statement 设置为 ddl 或更高版本,否则不会记录密码重置。

I would worry that you have been hacked.我会担心你被黑客入侵了。 There are few innocent reasons for your password to change without you changing it.在您不更改密码的情况下更改密码的原因很少。

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

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