v0.1.0
evdb 0.1.0 is the first release of a host-local manager for self-hosted Postgres and Redis-compatible databases.
What's changed
- Install a standalone Linux binary on AMD64 or ARM64 without Python; the installer verifies the archive checksum, and guided setup configures routing and scheduled maintenance.
- Create and manage Postgres, Dragonfly, or Redis databases through guided or direct commands, with private credentials and standard TLS connection URLs. Redis-compatible databases can also expose an HTTPS API.
- Configuration changes show a plan, require confirmation, preserve stable credentials and ports, and recover the previous healthy service when activation fails.
- Durable databases receive validated Restic backups in configured remote repositories. Scheduled backup tests restore into isolated containers, while status reports service health, configuration drift, disk space, backup freshness, and test failures.
- Live restores verify the selected backup, upload a safety backup, and health-check the restored database. If the check fails, evdb automatically restores the prior data.