I have tried deploying Rasa X according to the documentation (Installation Guide)
I’m at my fourth try and the installation gets stuck at “Deploying Rasa X…”
Error (including full traceback): Checking the kubernetes pods, it looks like there’s a CrashLoopBackOff error on rasa-nginx. Further checking of the rasa-event-service pod shows the following:
bitnami@debian:~$ kubectl logs rasa-event-service-6fc8c56697-6rjt7
Unable to get database revision heads.
DB revision(s) do not match migration scripts revision(s):
DB revision: None
Migration scripts revision: ['652500998f3e']
Database revision does not match migrations' latest, trying again in 4 seconds.
Unable to get database revision heads.
DB revision(s) do not match migration scripts revision(s):
DB revision: None
Migration scripts revision: ['652500998f3e']
Database revision does not match migrations' latest, trying again in 4 seconds.
Unable to get database revision heads.
DB revision(s) do not match migration scripts revision(s):
Command or request that led to error:
curl -s get-rasa-x.rasa.com | sudo bash
Content of configuration file (config.yml) (if relevant):
Content of domain file (domain.yml) (if relevant):
This is the first install of the software on this VM. The VM is on an ESx. I have triple checked and I meet all the hardware requirements. There were no previous installs on it. It’s a fresh VM.
Rasa X version (if used & relevant): Deploying according to docs - I suppose it’s latest version
Python version: 3.7.3
Operating system: Debian 10