Hi, currently I have added postgresql credentials and details in tracker store values as mentioned in documentation, it just creates “events” table in my database. I want to connect postgresql fully with RASA X. When I did AWS EKS Installations for testing I managed to do it completely but right now I am running 0.42.6 version and installation method is docker compose . How can I integrate Postgresql fully all tables in docker-compose installation.
Issue is: I changed my server and database is connected successfully but when I try to retreive conversations using API so I cannot retreive against sender id as its not present. @nik202