You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unfortunately i no longer have the logs as i have now deleted the setup.
the tool tells me that it can't connect to 127.0.06 because it can't find it. The tool still assumes that I am using localhost. however, I have entered my actual database in "SQL_HOST".
when i check the env with "echo" it tells me its set to my postgres endpoint, but the tool always thinks its 127.0.0.6 and tries to find the DB on localhost.
the database is also accessible from my setup, which I have tested.
Additional context
i faced this as well: bug ..but thats another topic.
The text was updated successfully, but these errors were encountered:
thats the log error message:
ERROR Unable to create SQL database. {"error": "unable to connect to DB, tried default DB names: postgres,defaultdb, errors: [pq: pg_hba.conf rejects connection for host "127.0.0.6", user "temporal", database "postgres", no encryption pq: pg_hba.conf rejects connection for host "127.0.0.6", user "temporal", database "defaultdb", no encryption]", "logging-call-at": "handler.go:94"}
robholland
changed the title
temporal-sql-tool does not accept host other than localhost
temporal-sql-tool does not accept hostnames longer than 68 characters
Apr 30, 2024
What are you really trying to do?
i tried to deploy temporal via helm in my k8s cluster.
i have a postgres database in a cloud. i wanted to set it as host in the following commands.
Describe the bug
unfortunately i no longer have the logs as i have now deleted the setup.
the tool tells me that it can't connect to 127.0.06 because it can't find it. The tool still assumes that I am using localhost. however, I have entered my actual database in "SQL_HOST".
when i check the env with "echo" it tells me its set to my postgres endpoint, but the tool always thinks its 127.0.0.6 and tries to find the DB on localhost.
the database is also accessible from my setup, which I have tested.
Additional context
i faced this as well: bug ..but thats another topic.
The text was updated successfully, but these errors were encountered: