Simplify your database management with a robust system for backup and restore using Deno, Docker, and Cloudflare R2. π³
β¨ Key Features:
- Automated Backups: Schedule via cron or run on-demand.
- Seamless Restores: From local files or directly from R2.
- Cloud Integration: Effortlessly upload and manage backups in Cloudflare R2.
π§ Get Started:
- Clone the repo: postgres-r2-backup.
- Set up your
.env
file with the required details. - Run:
deno task run:backup
ordeno task run:restore
.
π‘ Extend It: Add any features you needβlike schema-specific restores or custom retention policies.
Start now and make database management hassle-free! π
Top comments (2)
Staring the repo!
this could be done any other DBs right like mongo or mysql?