Poorva
10/28/2024, 11:04 AMuser
10/28/2024, 11:04 AMyaml temporal: extraEnv: - name: SQL_TLS_ENABLED value: "true" - name: POSTGRES_TLS_ENABLED value: "true" - name: POSTGRES_TLS_DISABLE_HOST_VERIFICATION value: "true"
2. Check your PostgreSQL configuration: Ensure that your PostgreSQL server is configured to allow connections from the Kubernetes cluster's IP range. You may need to update the pg_hba.conf file on your PostgreSQL server to include the appropriate entries for your Kubernetes cluster's IP range [Github Issue #30484](https://github.com/airbytehq/airbyte/issues/30484). 3. Verify database connection details: Double-check that the database connection details (host, port, username, database name) in your Airbyte configuration are correct [Github Issue #26647](https://github.com/airbytehq/airbyte/issues/26647). 4. If you're using an external database (like AWS RDS), make sure that: - The security group allows incoming connections from your Kubernetes cluster. - The database parameter group is correctly configured [Github Issue #30484](https://github.com/airbytehq/airbyte/issues/30484). If these solutions don't resolve the issue, you may need to investigate further by looking at the logs of other Airbyte components and your PostgreSQL server logs to identify any additional error messages or configuration issues.