When I run the script migration with oracle dialect at new_endpoints:
tracker_store:
type: sql
dialect: "oracle"
url: 127.0.0.1
port: 1521
username: rasa-x
password: admin
db: dese
I take this:
sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) could not translate host name "db" to address: Unknown host
The events and conversations SID(database) is the same, differencieted by username. What is the correct configuration, I need two bases?