Question
Can App Platform persist data on a volume between releases?
Hi,
I am using DO App Platform for hosting a .net core web-application. This application uses a .xml-file to preserve the state of some encrypted keys between releases.
If this file is not persisted between releases, all users will be logged out, tokens will be invalid, and so on.
When hosting on a VM, you can put this file on a volume/disk and persist it that way, and on Docker you can persist it on a volume between releases.
Is there any options to persist a file between releases on App Platform? Or is the entire “Apps” recycled between releases?
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.
×