Data are not persisted?

I had configured Strapi to use postgres, and I thought the data would be persisted in the database, however, each time I try redeploy, all the data are gone. Something is a miss. I deploy strapi with coolify as self hosted.

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

Hello.
I think that is an old “Strapi” problem when the project uses Postgres.

Take a look on this topic from 2022:

Personally I changed my database to MySql because I was facing this problem. Its solved my problem even though I prefer the Postgres for a lot of reasons.