Hi,
I could finally solve this issue. I’m deploying my bot using docker-compose, so for migrating it to Rasa 2.x I had to backup/delete the following files in the /etc/rasa
directory before running the RasaX install.sh
script:
- credentials.yml <== backup if you have setup other channel i.e socketio
- endpoints.yml <== delete. probably this is the most important
- environments.yml <== delete. probably this is the most important
- rasa_x_commands.py <== delete