No encoding error

Hi,
I’m trying to add a RDS Postgres DB to PMM, but getting the following error
Connection check failed: pq: no pg_hba.conf entry for host “*****”, user “pmm”, database “postgres”, no encryption.

The user is created as the following
CREATE USER pmm WITH ENCRYPTED PASSWORD ‘******’;
GRANT rds_superuser TO pmm;

What should I check to fix the issue?

Hi Evgenia,

I can advise you to follow this section of our docs when adding an RDS instance to monitoring. It’s quite detailed and should hopefully get you started. In particular, it allows to discover the instances so many form fields are filled out for you.

Alex