Facing issue when deploying RASA X

Hi ,

I have deployed the Rasa X on Ubuntu 18.04 using Kubernetes and Helm i am getting error on ‘rasax.community.database.utils:Migration scripts revision’ and ‘Failed to connect to server. Retrying. Cannot connect to host rasa-x-*’ when I check the namespace logs. I am following the below doc as Reference: The Rasa Masterclass Handbook: Episode 12 | The Rasa Blog | Rasa

Thanks,

Hi @sriram,

It looks like your PostgreSQL database is not operational. Did you check PostgreSQL logs if there are no errors and if you have a connection to DB?

Additionally, which version of Rasa X do you use?

Hi @tczekajlo,

 I checked the postgreSQL Logs from Kubernetes namespace there is no logs found it's empty only but still it 'Pending' Status not yet running.I am using RASA X latest version.

Thanks,

The Pending status means that you don’t have sufficient resources to run the pod, the kubectl describe pod pod_name command should show you where is the problem.

1 Like