You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@davepacheco has a Postgres configuration where the superuser's role name isn't 'postgres.' pgstatsmon currently assumes that the Postgres superuser will always be 'postgres.' The setup routines will fail in configurations with different superusers, leaving pgstatsmon in a loop of trying to connect to Postgres as the wrong superuser.
We should add a configuration field to pgstatsmon so operators can specify which role to use to execute pgstatsmon's superuser startup routine.
The text was updated successfully, but these errors were encountered:
@davepacheco has a Postgres configuration where the superuser's role name isn't 'postgres.' pgstatsmon currently assumes that the Postgres superuser will always be 'postgres.' The setup routines will fail in configurations with different superusers, leaving pgstatsmon in a loop of trying to connect to Postgres as the wrong superuser.
We should add a configuration field to pgstatsmon so operators can specify which role to use to execute pgstatsmon's superuser startup routine.
The text was updated successfully, but these errors were encountered: