Closed PA733 closed 1 year ago
This commit fixes the error of role "root" does not exist when running healthcheck for postgres service in docker-compose. 需要在pg的healthcheck中指定用户,不然docker-compose会不停报2023-07-13 17:19:16.813 UTC [34] FATAL: role "root" does not exist的错误
2023-07-13 17:19:16.813 UTC [34] FATAL: role "root" does not exist
棒棒!
有改进方案,稍后我重新push
好,那再等等
已修改。 在新的commit中,pg将检查环境变量中指定的用户和数据库的工作状况。
优雅,感谢优化
已发布到 v0.17.3
This commit fixes the error of role "root" does not exist when running healthcheck for postgres service in docker-compose. 需要在pg的healthcheck中指定用户,不然docker-compose会不停报
2023-07-13 17:19:16.813 UTC [34] FATAL: role "root" does not exist
的错误