Skip to content

Pod-airbyte-bootloader-error #45177

Discussion options

You must be logged in to vote

@nikhilnicky1 The localhost errors you're seeing are a red herring . . . that's the stats collector, not Postgres. The line that actually diagnoses the issue is this one:

Caused by: java.net.UnknownHostException: postgres.cluster-czcu8isw0xzm.us-east-1.rds.amazonaws.com

It would seem that the host machine can't resolve that name, likely because it's an internal DNS record for AWS and the host machine doesn't have that zone available (it's definitely not a public hostname).

I would start by making sure that you have the right connection details, and that the hose machine for Airbyte can resolve the hostname (you can always test this using nslookup/dig/ping). Some hostnames in AWS are regi…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@nikhilnicky1
Comment options

@NAjustin
Comment options

Answer selected by nikhilnicky1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants