Deploy strapi on digital ocean app platform data dissappear

I’m using latest version of strapi amd I’ve deployed it to digital ocean app platform…
The problem is : after every deployment to the server the old data deleted automatically amd media files and i can’t restore it again
Note : I’m using manged database postgresql and digital ocean spaces for store the media

Can anyone help me to solve this problem how can i get the old data I’ve inserted to strapi project

Second error : apis didn’t return same response when i try to get the response from postman every time return different response

I ran into the same problem, and it was because I did not setup Strapi with a proper S3 and DB. Once that is completed, then the data should stay regardless of deploy. I did have to use another version of Strapi Upload Provider. Here is the link for that.

1 Like