Litestream
A streaming replication tool that continuously backs up SQLite databases to cloud storage or local files.
These buttons open the developer's own site, repository or store listing in a new tab. wares.gg does not host downloads.
About Litestream
Litestream continuously streams changes from a SQLite database to cloud object storage or local files. If a server fails, the database can be recovered to the most recent replicated transaction.
It runs as a separate process next to an application, so existing programs can use it without code changes. This suits developers and small teams who want to run a SQLite-backed application on a single server while keeping an off-site copy of the data at low storage cost.
Strengths
- Continuous replication rather than periodic dumps
- Runs alongside an app with no code changes
- Supports several storage backends including local files
- Actively maintained v0.5 release line
Limitations
- Only for SQLite databases
- Requires command-line setup and a storage backend
Details
- Pricing
- FreeFree and open source; you pay only for the storage you replicate to.
- License
- Open source, license not stated
- Developer
- Ben Johnson
- Platforms
- Self-hosted, Command line
- How it runs
- Downloadable app, Self-hosted
- Account
- Not required
- Best suited for
- Developers running SQLite applications on a single server
- Categories
- Backup tools, Developer tools
- Last verified
- Added
- Provenance
- Facts checked against the developer's own pages and store listings, 1 sources on file.
Similar software
Related functionality, not necessarily a direct replacement.
MyDumper
A multi-threaded command-line tool for logical backup and restore of MySQL and MariaDB databases.
PG Back Web
A self-hosted web interface for scheduling, running and managing PostgreSQL database backups.
mongodump
A MongoDB command-line tool that writes a binary BSON export of a database for backup or migration.
restic
A single-executable backup program that makes encrypted, deduplicated snapshots and can send them almost anywhere.
docker-volume-backup
A small companion container that backs up Docker volumes to local disk or remote storage.