Need to connect External Postgresql Database fully with RASA X

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

@nik202

@Abdur-Rub can you share some screenshot. I’m trying to understand but not able to get it.

Question is to get full control of custom database. for now I just have control over events table as I have added database credentials for tracker store. Where I can add credentials or settings in docker-compose installation to get every rasa tables in my database?