How to store RASA chatbot conversation history in Postgresql

Welcome to the forum :slight_smile:

The InMemoryTrackerStore is actually SQLite, so you can use it like any other SQLite database.

Please see this post which shows what is saved in the tracker store: How can i SQLTrackerStore like that step by step . can someone help me? - #2 by ChrisRahme

What do you mean by storing everything in one column? The schema is already defined as shown in the link above.

Unless you want to store your data in a different way, which cannot be fixed by SQL Views, you don’t have to write custom actions. You only have to change the tracker store settings as also shown in the link above.