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?