Strapi data loss overnight on AWS Server

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. Both via the server directly. 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?

System Information
  • Strapi Version: 4.4.5
  • Operating System: Ubuntu 22.04
  • Database: Postgres 14.3
  • Node Version: 18.12
  • NPM Version: 8.19.2
  • Yarn Version: -

2 Likes