. Pods are unable to come up and are crashing since then with below error:
Error from
syncresources
pod:
Copy code
2023/02/10 06:54:59 /go/src/github.com/flyteorg/flyteadmin/pkg/repositories/database.go:114
[error] failed to initialize database, got error failed to connect to `host=postgres user=postgres database=flyteadmin`: hostname resolving error (lookup postgres on <ip address>:53: no such host)
Error: failed to connect to `host=postgres user=postgres database=flyteadmin`: hostname resolving error (lookup postgres on <ip address>:53: no such host)
Please do not @ here. The community is here to help. But people can reply when they get a chance
freezing-airport-6809
02/10/2023, 2:47 PM
It seems your db is configured wrongly
g
gifted-train-81198
02/11/2023, 8:10 AM
Thanks for replying @freezing-airport-6809, will take care 🙂 .
FYI the db configuration was correct but the command mentioned here in the doc for upgradation was incomplete, had to refer helm docs to find the right command and do another upgrade to make it work. Have mentioned the right command above for reference
f
freezing-airport-6809
02/11/2023, 2:58 PM
Please help update the docs. This section was redone