Hello Everyone, I’m facing exactly the same issue ...
# ask-ai
m
Hello Everyone, I’m facing exactly the same issue as @Ben Konicek. I’m running helm chart 0.45.8 and trying to connect to GCP SQL.
Copy code
+ temporal-sql-tool --plugin postgres --ep 172.27.5.3 -u airbyte -p 5432 create --db temporal                                                                                                                            2023-05-04T18:47:04.590Z    ERROR    Unable to create SQL database.    {"error": "pq: database \"temporal\" already exists", "logging-call-at": "handler.go:97"}                                                         ││ 2023/05/04 18:47:04 Loading config; env=docker,zone=,configDir=config                                                                                                                                                    2023/05/04 18:47:04 Loading config files=[config/docker.yaml]                                                                                                                                                            Unable to load configuration: config file corrupted: yaml: line 29: did not find expected key.                                                                                                                           Stream closed EOF for airbyte/airbyte-temporal-77846d4b7d-b54ks (airbyte-temporal)
k
A message from kapa.ai
Sorry @Mateusz Kijewski, I seem to be having a bit of trouble. Don't worry though, I've pinged my support folks and they will try to fix me up! 🧑‍💻 Perhaps try again in 5mins?
b
Interesting, this
Unable to load configuration: config file corrupted: yaml: line 29: did not find expected key.
is slightly different than my error. If you start up a debug container copying the original with
kubectl debug -it <temporal pod name> -n airbyte --copy-to=temporal-debug --container=airbyte-temporal -- sh
and
ls config/
do you see
docker.yaml
there?
@Mateusz Kijewski FYI I also opened a github issue here https://github.com/airbytehq/airbyte/issues/25815
👍 1
m
On my end, I can’t see
docker.yaml
file
Copy code
If you don't see a command prompt, try pressing enter.
/etc/temporal $ ls config/
config_template.yaml  dynamicconfig
/etc/temporal $
👍 1
Thanks for creating an issue, I will follow-up there too