Compare commits
No commits in common. "81b676dee742228cf267c873259b3951a42f57ea" and "10213621f227367987a22aaf4911e10cef0b16db" have entirely different histories.
81b676dee7
...
10213621f2
|
|
@ -1,7 +1,7 @@
|
||||||
# Contributing to Postgres-to-R2 Backup
|
# Contributing to Postgres-to-R2 Backup
|
||||||
|
|
||||||
Thanks for your interest in contributing 🎉
|
Thanks for your interest in contributing 🎉
|
||||||
All contributions are welcome — including bug reports, documentation improvements, and code changes.
|
All contributions are welcome — bug reports, documentation improvements, and code changes.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
@ -12,9 +12,6 @@ All contributions are welcome — including bug reports, documentation improveme
|
||||||
3. Create a feature branch from `main`
|
3. Create a feature branch from `main`
|
||||||
4. Submit a pull request against `main`
|
4. Submit a pull request against `main`
|
||||||
|
|
||||||
> `main` is considered stable and production ready.
|
|
||||||
> Please open an issue before submitting new features or behavior changes.
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
|
||||||
11
README.md
11
README.md
|
|
@ -19,7 +19,7 @@ Designed specifically as a **Railway deployment template**, with built-in suppor
|
||||||
- 🔐 **Optional Encryption** — gzip compression or 7z encryption with password
|
- 🔐 **Optional Encryption** — gzip compression or 7z encryption with password
|
||||||
- ☁️ **Cloudflare R2 Integration** — seamless S3-compatible storage support
|
- ☁️ **Cloudflare R2 Integration** — seamless S3-compatible storage support
|
||||||
- 🧹 **Retention Policy** — automatically delete old backups
|
- 🧹 **Retention Policy** — automatically delete old backups
|
||||||
- 🔗 **Flexible Database URLs** — supports private and public PostgreSQL connection URLs
|
- 🔗 **Flexible Database URLs** — supports private and public PostgreSQL URLs
|
||||||
- ⚡ **Optimized Performance** — parallel pg_dump and multipart S3 uploads
|
- ⚡ **Optimized Performance** — parallel pg_dump and multipart S3 uploads
|
||||||
- 🐳 **Docker Ready** — portable, lightweight container
|
- 🐳 **Docker Ready** — portable, lightweight container
|
||||||
- 🚀 **Railway Template First** — no fork required for normal usage
|
- 🚀 **Railway Template First** — no fork required for normal usage
|
||||||
|
|
@ -109,9 +109,6 @@ You can configure the backup schedule using **Railway Cron Jobs**:
|
||||||
- Use https://crontab.guru to validate expressions
|
- Use https://crontab.guru to validate expressions
|
||||||
- Adjust `MAX_BACKUPS` to match your schedule
|
- Adjust `MAX_BACKUPS` to match your schedule
|
||||||
|
|
||||||
> If you use Railway Cron Jobs, the service will start once per execution.
|
|
||||||
> In this case, the internal scheduler is ignored after startup.
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🖥️ Running Locally or on Other Platforms
|
## 🖥️ Running Locally or on Other Platforms
|
||||||
|
|
@ -210,12 +207,6 @@ Fork this repository **only if you plan to**:
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## ❓ FAQ
|
|
||||||
|
|
||||||
**Why only DATABASE_URL?**
|
|
||||||
This matches how most modern platforms expose PostgreSQL credentials.
|
|
||||||
Support for separate DB variables may be added if there is demand.
|
|
||||||
|
|
||||||
## 📜 License
|
## 📜 License
|
||||||
|
|
||||||
This project is open source under the **MIT License**.
|
This project is open source under the **MIT License**.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue