Commit Graph

8 Commits

Author SHA1 Message Date
KakiFilem Team 3f9ac9f4e5 release: v1.0.6 optional local backup retention
Add optional KEEP_LOCAL_BACKUP environment variable to control local backup retention.

Default behavior remains unchanged: backup files are deleted locally after
successful upload, keeping deployments safe on Railway and other PaaS
platforms with ephemeral storage.

When KEEP_LOCAL_BACKUP=true is set, backups are preserved locally, which is
useful for CLI usage, local machines, VPS, or NAS workflows.

Documentation and CLI output were updated for clarity.
No breaking changes.
2026-02-03 14:22:23 +08:00
KakiFilem Team 2f7d5a7949 Add CLI interface and pyproject.toml for PyPI packaging 2026-02-02 19:33:18 +08:00
BigDaddyAman 88d04adffd Update Docker, dependencies, S3 compatibility, and documentation 2026-01-13 15:31:24 +08:00
BigDaddyAman 799a0bf6ad docs: correct performance description 2025-12-23 11:17:58 +08:00
BigDaddyAman 367d366dec Add parallel pg_dump support and document PG_DUMP_JOBS 2025-12-23 11:08:14 +08:00
BigDaddyAman 07e45aa13e Optimize R2 upload using multipart transfer 2025-12-23 10:12:01 +08:00
BigDaddyAman ae6ed0f9c2 Add backup file size logging 2025-11-25 05:13:30 +08:00
BigDaddyAman 6d45e93666 Initial release: PostgreSQL backup bot with R2 support 2025-09-13 21:38:54 +08:00