# Integrating custom tracker store with Rasa X on the AWS server

**URL:** https://forum.rasa.com/t/integrating-custom-tracker-store-with-rasa-x-on-the-aws-server/31344
**Category:** \[Deprecated\] Rasa X Community Edition
**Created:** [July 14, 2020, 10:08am UTC](https://forum.rasa.com/t/integrating-custom-tracker-store-with-rasa-x-on-the-aws-server/31344 "2020-07-14T10:08:22Z")
**Posts on this page:** 1
**Showing post:** 1

<div class="post-metadata">

### Author: ![n-k-chilagani](https://avatars.discourse-cdn.com/v4/letter/n/ba9def/32.png) [@n-k-chilagani](https://forum.rasa.com/u/n-k-chilagani)
#### Post date: [July 14, 2020, 10:08am UTC](https://forum.rasa.com/t/integrating-custom-tracker-store-with-rasa-x-on-the-aws-server/31344/1 "2020-07-14T10:08:22Z")

</div>

Hello Everyone,

I have developed a custom tracker store which stores only text conversation between a bot and the user in MySQL database. I followed the method mentioned in Rasa Open Source documentation and I was able to store the values in the database when running locally. Now, I am facing an issue while integrating the new tracker store with Rasa X in docker containers. Custom tracker store configuration in the enpoints.yml looks like this

![image](https://europe1.discourse-cdn.com/flex013/uploads/rasa/original/2X/f/f517d75bdf25b179addbd854b708ead09d341bad.png)

I tried adding my tracker to the rasa-production and rasa-worker container by extending the image like below-shown image.

![image](https://europe1.discourse-cdn.com/flex013/uploads/rasa/original/2X/f/fd3d83bf15b9ed6b3a4debab7372d22eab7f4594.png)

On looking at the logs of the rasa-production service, I found that rasa was not able to find the tracker store. You can find the logs of rasa-production in below image

 ![image](https://europe1.discourse-cdn.com/flex013/uploads/rasa/original/2X/5/5bc584bfd52e88df9a6e2d5a6845ba8120aa4676.png)

I couldn’t find any documentation on the integration of rasa-x with custom tracker store. Please help me on uploading my custom tracker file to a container. Do we need to create a new container for a custom tracker or uploading in rasa-production or worker would suffice? I am attaching my custom tracker file below. Any help would be appreciated.

Thanks, Nikhil

[MysqlTrackerStore.py](https://forum.rasa.com/uploads/short-url/1pfdk6NLNVkoaQIPpp7h6E982wb.py) (40.6 KB)

---

_[View the full topic](https://forum.rasa.com/t/integrating-custom-tracker-store-with-rasa-x-on-the-aws-server/31344)._
