💡
原文英文,约200词,阅读约需1分钟。
📝
内容提要
在Fedora上无法连接PostgreSQL数据库,导致Django后端无法执行迁移和服务器命令。尽管重新配置pg_hba.conf,仍然出现Ident认证失败的错误。
🎯
关键要点
- 在Fedora上无法连接PostgreSQL数据库。
- 无法执行Django后端的迁移和服务器命令。
- 尝试重新配置pg_hba.conf,但仍然出现Ident认证失败的错误。
- 错误信息为:django.db.utils.OperationalError: connection to server at 'localhost' (::1), port 5432 failed: FATAL: Ident authentication failed for user 'postgres'。
🏷️
标签
➡️