Mateusz Kijewski
05/04/2023, 6:49 PM+ 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)
kapa.ai
05/04/2023, 6:49 PMkapa.ai
05/04/2023, 6:49 PMBen Konicek
05/04/2023, 6:51 PMUnable 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?Ben Konicek
05/04/2023, 6:56 PMMateusz Kijewski
05/04/2023, 6:57 PMdocker.yaml
file
If you don't see a command prompt, try pressing enter.
/etc/temporal $ ls config/
config_template.yaml dynamicconfig
/etc/temporal $
Mateusz Kijewski
05/04/2023, 7:00 PM