升级至 2.6beta 后,我正在排查 502 错误。
在执行 ./launcher rebuild web_only 后,最后的错误提示与 PostgreSQL 版本有关。
我决定登录并查看数据容器中运行的 PostgreSQL 版本。
使用 psql 时,我收到了关于用户名的错误。
[root@sydney discourse]# ./launcher enter data
root@sydney-data:/# psql
psql: error: could not connect to server: FATAL: role "root" does not exist
Discourse 的默认角色是什么?