I believe that I understand the bot training concepts, but I was hoping to migrate user data to a server (or local dev) to create a workflow. That said, while I can see the raw data generated in both SQL (sqlite) and via documents in Mongo, the training documents generate failed tests when I attempt to port the code in both cases. Do we have documented examples/repos where the migration scripts in python actually work?
So I realized that if I use the SQLite tracker store, I can just rename that database to be tracker.db before I start rasa x. It seems to work ok, and I am not sure if the bugs in the interface are related to the fact I am not using the migration script or the interface itself. Regardless, at least I am moving in the right direction.
And to follow up on this, following the process of talking to the bot in production, exporting the sqlite tracker store, renaming it to tracker.db, and loading rasa x from that path, it seems like the conversations load intermittently. Sometimes they show up right away when I spin up rasa x, other times, I feel like they “eventually” show up, and other times, the new conversations do not show up. It feels like a bug in rasa x, and can record a video showing how to reproduce this if it helps.
I would like to “close” this, or mark as resolved, but I do not see an option to do that. For future users, the current version of this script worked great.