Nice timing I'm running SQLite + Redis on Railway and was just thinking about backup strategy. Does Portabase handle Railway volumes or only self-hosted Docker environments?
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
this post was submitted on 14 Jul 2026
18 points (90.9% liked)
Opensource
6387 readers
130 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