Open ricardo-aspira opened 1 year ago
Hello @Diana-Vait ,
How are you doing ? Do you have any expected date to this fix ?
Thanks a ton.
Hello @ricardosouzamorais, Thank you, I'm fine! Hope you are too. For today this issue is not in work yet and will be prioritized later. Regards!
@Diana-Vait , what has it configured as AlloyDB to Postgresql ?
My problem was found when deploy helm chart with external Postgresql.
@ricardosouzamorais label for issue was updated
@Diana-Vait ,
How are you doing?
It is nothing related to sources into connection flows. It is related to airbyte-airbyte-bootloader when Airbyte Postgres database is created.
So I think we should recategorize it and remove AlloyDB from title. What do you think?
Specifying my own values.yaml, if I remove the database entry on global section, remove the entries existingSecret and existingSecretPasswordKey from externalDatabase section, and add user and password entries, in plain test, on externalDatabase section, I could make it work.
Does it ring your bell ?
It does not work if I leave global/database and externalDatabase as follows:
...
global:
...
env_vars: {}
## database [object] -- Object used to overrite database configuration(to use external DB)
## database.secretName -- secret name where DB creds are stored
## database.secretValue -- secret value for database password
## database.host -- Database host override
## database.port -- Database port override
database:
secretName: "airbyte-secrets"
secretValue: "DATABASE_PASSWORD"
host: "10.1.123.123"
port: "5432"
state:
## state.storage.type Determines which state storage will be utilized. One of "MINIO", "S3" or "GCS"
storage:
type: "MINIO"
...
externalDatabase:
host: 10.1.123.123
user: test
password: ""
existingSecret: airbyte-secrets
existingSecretPasswordKey: DATABASE_PASSWORD
database: test
port: 5432
jdbcUrl: "jdbc:postgresql://10.1.123.123:5432/test"
...
Thanks for your time.
Topic
External DB not working
Revelant information
I have an external Postgresql database that I want Airbyte connects to. It is a PostgreSQL 15.4 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-18), 64-bit.
I have added the airbyte-oss repo and trying to install it as follows:
Btw, I was able to connect to the database itself from a container running at the same namespace.
I am receiving the following error: