Content Types and Data Getting Disappear

We’re a team of developers who recently began using Strapi for our project. We’ve encountered a recurring issue where multiple developers working on a single admin leads to data loss. Specifically, when one developer pushes changes to the repository and another then starts the server, all previously published content and content types are deleted. Is this behavior intentional, possibly a feature of Strapi? Also, is there a cache that needs to be invalidated to prevent this? Additionally, the database tables don’t reflect the entries either.

This topic has been created from a Discord post (1230519397366632528) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

I also have a similar issue. The content while in local and in develop mode seems to be working fine but as soon as I push my image and use it on prod, The content randomly disappears. I have to restart the docker container to make the data available again but it always randomly disappears.