Problem to create user at gateway using postgredSQl database

Hello I create PostgreSQl database connection

translate: error "scada-user relationship does not exist

When I try to create user , it doesn't work

PostgreSQl database

Can you tell me what I forgot to configure in PostgreSQl or on the gateway? Please

You need to use the adminstration account in PostgreSQL (not in Ignition), typically postgres, to create a login account that Ignition can use and assign its password. Typically, one would make that DB user the owner of the database hierarchy you will use with Ignition. At a minimum, that user must be granted the necessary access (again, done in PostgreSQL, not in Ignition).

On the Ignition side, you provide that user and password in the connection setup page so Ignition can use them to authenticate to PostgreSQL.

1 Like