Running SQLite Apps on Docker and Kubernetes with Litestream
1–10 of 17 posts
Re: Running SQLite Apps on Docker and Kubernetes with Litestream
#2Re: Running SQLite Apps on Docker and Kubernetes with Litestream
#3Re: Running SQLite Apps on Docker and Kubernetes with Litestream
#4Re: Running SQLite Apps on Docker and Kubernetes with Litestream
#5Re: Running SQLite Apps on Docker and Kubernetes with Litestream
#6I use the same stack to run my apps! sqlite as Database backen on ephemeral pods. On initialisation, the pod restores the current litestream backup from object storage. No persistent volumes needed. No issues so far.
Yes, it feels magical to just recreate your namespace or even create a new K8s cluster and see all your apps (from OpenRun metadata) and app data restored automatically.
Re: Running SQLite Apps on Docker and Kubernetes with Litestream
#7[flagged]
Re: Running SQLite Apps on Docker and Kubernetes with Litestream
#8I use the same stack to run my apps! sqlite as Database backen on ephemeral pods. On initialisation, the pod restores the current litestream backup from object storage. No persistent volumes needed. No issues so far.
Without persistent volumes, every deployment of the app may require the SQLite data to be restored from S3, which can take time if database size is large. With PVC, regular app deployments use existing database, only a disaster recovery scenario restores from S3. Yes, it feels magical to just recreate your namespace or even create a new K8s cluster and see all your apps (from OpenRun metadata) and app data restored a…
Re: Running SQLite Apps on Docker and Kubernetes with Litestream
#9[flagged]
Re: Running SQLite Apps on Docker and Kubernetes with Litestream
#10[flagged]
Do you have a particular issue with... the company that wrote this post, their choice of DB, decisions made in Litestream, SQLite, etc.?