Report this

What is the reason for this report?

How can I use SQLite3 with a PAAS service?

Posted on November 15, 2022

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.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.