this post was submitted on 14 Jul 2026
18 points (90.9% liked)
Opensource
6661 readers
144 users here now
A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!
⠀
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
For databases, you only need to provide the URL, port, and credentials. Portabase then connects using the database’s standard protocol, making it hosting-agnostic (so you can backup databases hosted in self-managed Docker environments, Kubernetes clusters, or cloud platforms).
It’s a bit different for SQLite, though, because it is not a server-based database engine: it is ultimately just a file.
ahhh for the server-based ones for sqlite specifically i'm just doing periodic copies of the db file to supabase storage as a backup, nothing fancy