I’m using strapi project for api and i deployed it on app platform with manged postgresql database
The problem is: when i try to deploy my project again or i Dd any edit repository on git hub the platform use auto deploy but after deployment is deleting old content data and media files
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Make sure you are setting the correct environment. This sound like strapi is defaulting to sqlite, which will be be lost when deploying again, instead of your postgres database.