csmu
(Keith John Hutchison - Ceiteach Seán Mac Úistin)
1
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
csmu
(Keith John Hutchison - Ceiteach Seán Mac Úistin)
2
Tried logging in under the postgres user … cool 
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
system
(system)
Closed
3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.