Strapi.io data clears out on every deploy

I’m using strapi.io (JAMSTACK) as my backend.
I can successfully deploy the service, I’m also using Blueprints to add storage (render.yaml)

For some reason, all data clears out on every deployment.
I believe it’s related to persistent storage, but no idea how to approach it.

Hey Avi,
We’re really happy to help here but it seems like you’ve deleted the services in your account so we can’t identify what the issue was here.

Were you using a sqlite database for your service here, or had you created a Postgres DB? If you added a persistent disk did you update the database.js or set an environment variable DATABASE_FILENAME to a sqlite file in the mount path? When you say ‘data’ are you maybe referring to uploaded assets?

Let us know and we’ll be able to provide some pointers,

John B