I got below error running the docker container in a host which is running the postgresql server, but as a docker container:
ssh: connect to host dbhost port 22: Connection refused
Use of uninitialized value in division (/) at /usr/bin/postgresqltuner.pl line 624.
Argument "" isn't numeric in division (/) at /usr/bin/postgresqltuner.pl line 624.
Illegal division by zero at /usr/bin/postgresqltuner.pl line 624.
I assume that this script is not intended to work in such this scenario.
Can somebody please confirm?
Thanks.