Hello,
I am using rds PostgreSQL, which is configured to accept SSL connections only. I am running pmm2 beta in a docker container. Does percona pmm2 beta support the monitoring of remote rds PostgreSQL instance?
pmm-admin add postgresql --server-url=‘https://admin:admin@172.17.0.2’ --username=pmm_user --password=‘xxxxxx’ --server-insecure-tls 10.xx.xxx.xx:5432 --sslmode require
pmm-admin: error: unknown long flag ‘–sslmode’, try --help
The above command was working with pmm version 1.16 onwards. Any inputs /comments?