Default role for discourse database

I’m working through 502 issues after upgrading to 2.6beta.

Last error after ./launcher rebuild web_only was a complaint about the postgres version.

I decided to log in and see what version of postgres is running under the data container.

When I use psql I get an error about the user name.

[root@sydney discourse]# ./launcher enter data
root@sydney-data:/# psql
psql: error: could not connect to server: FATAL:  role "root" does not exist

What is the default role for discourse?

1 Like

Tried logging in under the postgres user … cool :wink:

root@sydney-data:/# sudo su postgres
postgres@sydney-data:/$ psql
psql (12.3 (Debian 12.3-1.pgdg100+1))
Type "help" for help.

postgres=# 
2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.