PostgreSql issue with syndesis 1.12.0

20 views
Skip to first unread message

Shiv Pal Singh Kaundal

unread,
Jul 22, 2021, 8:41:38 AM7/22/21
to Syndesis
Hi,
I am trying to setup Syndesis 1.12.0 on Openshift 3.11. I tried on ubuntu 18.04 and centos 7 but the application is not getting deployed. I am facing issues when syndesis server pod is being deployed. i looked at the logs and found that it cannot resolve syndesis-db hostname. On further check i found that syndesis operator is not launching the PostgreSql pod. Can someone please help me out. I am stuck on this from last 3 days.

Thanks

cla...@redhat.com

unread,
Jul 22, 2021, 9:36:57 AM7/22/21
to Syndesis
Can you post the logs and describe from syndesis-operator and syndesis-db ?

oc describe  `oc get -o name pod -l syndesis.io/component=syndesis-db`
oc describe `oc get -o name pod -l name=syndesis-operator`

Post only the relevant error messages from logs
oc logs  `oc get -o name pod -l name=syndesis-operator`
oc logs -f `oc get -o name pod -l syndesis.io/component=syndesis-db` -c postgresql

post the overall pods too
oc get pods

Shiv Pal Singh Kaundal

unread,
Jul 23, 2021, 9:18:47 AM7/23/21
to Syndesis
This issue was related to permissions due to which syndesis-operator was not starting the db pods. I have to execute this command after setting up syndesis app to make it work.  

./syndesis install --setup --project syndesis --grant developer --tag 1.12.0



Reply all
Reply to author
Forward
0 new messages