I’m trying to figure out how to use it without it getting wiped every time!
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.
Hi there,
The DigitalOcean App Platform has ephemeral storage, meaning that after every deployment the data stored on the local storage will be wiped out.
You should use an external database like a managed Postgres Cluster for example to persist your data correctly after restarts.
You can take a look at the documentation here:
https://docs.digitalocean.com/products/app-platform/how-to/manage-databases/
Best,
Bobby
I’ve came here to ask the same. Especially as volumes are not supported with the App Platform.