Post #3970667
2026-07-20 16:41 UTC
@aredridel@kolektiva.social yeah I agree, I'd be happy with just a backup every few hours and I find it simpler to reason about. Someone told me recently about sqlite3_rsync which I might still try https://sqlite.org/rsync.html
Replies (2)
-
@saraislet@infosec.exchange 2026-07-20 21:52
@b0rk@social.jvns.ca @aredridel@kolektiva.social I've used JawsDB as a MariaDB service via Heroku that manages hosting, backups, and scaling for my SQL MariaDB. That's been relatively frictionless, at reasonable prices. In comparison to the AWS EC2/lightsail instances I manage with sqlite DBs, it's overall cheaper AND handles backups for me (and probably scales better, but my traffic is very low)
-
@glyph@mastodon.social 2026-07-22 04:40
@b0rk@social.jvns.ca @aredridel@kolektiva.social have you checked out https://litestream.io ? I haven't managed to have a look at it yet but it is perennially on my to-evaluate list for projects exactly like the ones you're describing here.