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 (5)
this could be done any other DBs right like mongo or mysql?
As of now, it supports only PostgreSQL.
Okay, let me work on adding support for MySQL and MongoDB soon. Iβll also provide an update. :)
Iβll add this to the to-do list:
To-Do List
Watching the repo
Staring the repo!
π