mirror of
https://github.com/niels-emmer/myace.git
synced 2026-09-13 23:53:30 +02:00
[PR #82] [MERGED] feat: add automated Postgres backup sidecar with daily pg_dump and retention #84
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
github-mirrors/myace#84
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/niels-emmer/myace/pull/82
Author: @niels-emmer
Created: 8/12/2026
Status: ✅ Merged
Merged: 8/12/2026
Merged by: @niels-emmer
Base:
main← Head:feat/postgres-backups📝 Commits (1)
8e15d30feat: add automated Postgres backup sidecar with daily pg_dump and retention📊 Changes
5 files changed (+117 additions, -18 deletions)
View changed files
📝
.env.example(+11 -0)📝
.gitignore(+3 -0)📝
README.md(+49 -18)📝
docker-compose.yml(+23 -0)📝
docs/debugging.md(+31 -0)📄 Description
Summary
Adds a
postgres-backupsidecar container to the compose stack that runspg_dumpon a daily schedule with built-in retention. Closes the plan atdocs/plans/postgres-backups-plan.md— the backup gap that existed since day one.Changes
docker-compose.ymlpostgres-backupservice (prodrigestivill/postgres-backup-local:16), @daily schedule, 7d/4w/6m retention.gitignorebackups/(host-local dump data).env.exampleREADME.mddocs/debugging.mdTesting
docker compose -f docker-compose.yml configvalidates successfullydocker compose -f docker-compose.yml -f docker-compose.dev.yml configvalidates — no conflicts with dev overridesprodrigestivill/postgres-backup-local:16pulled and verifiedChecklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.