Data Loss over night

System Information
  • Strapi Version: 4.3.3
  • Database: postgres
  • Node Version: 16.13
  • NPM Version: 8.1.0

Currently, my Strapi is hosted on AWS and uses Postgres as its database. Currently, data is often lost overnight. All data in the content type builder is preserved. Only data I added via Content Manager is suddenly gone.

I have already updated my dependencies in my Strapi project for AWS and installed them on the server.

My colleague and I are working on the project in parallel. I via the server directly and he locally. We have already tested if this has an impact on the data loss but couldn’t find anything so far.

I read something about a problem with Sqlite, but since I already use Postgres, there shouldn’t really be any issues

Does anyone have any idea what the problem could be?

We have same issue also. Suddenly our data just disappeared. We are hosting our DB on AWS but instead of Postgres, we are using MariaDB. Strapi version is 4.3.4.
I looked at table changes in database and couldn’t find any table change related to data added via Content Manager.

Some idea or help would be appreciated.
Thanks.

Same issue here. Only data I added via Content Manager was gone overnight.

Strapi version 4.3.8.
Self-hosted postgres as database.
node:>=14.19.1 <=16.x.x,
npm: >=6.0.0"

Any help is highly appreciated.

Hello, I met the same issue in Strapi v4.11.7. Does anyone figure out the cause of this issue? Thanks in advance

same problem here. did anyone find a solution?