Skip to content

feat(backup): update backup retention#4

Merged
thenav56 merged 1 commit into
mainfrom
feat/update-pgbackrest
Oct 9, 2025
Merged

feat(backup): update backup retention#4
thenav56 merged 1 commit into
mainfrom
feat/update-pgbackrest

Conversation

@thenav56

@thenav56 thenav56 commented Oct 9, 2025

Copy link
Copy Markdown
Member

we are using COLDLINE, the config is updated according to that

we are using COLDLINE, the config is updated according to that
Comment thread docker-compose.yaml
# TODO: Update this?
# NOTE: Make sure to align this with the retention policies ./postgres/pgbackrest/pgbackrest.conf
# Incremental Backups every day (At 22:00)
ofelia.job-exec.incr.schedule: "0 0 22 * * *"

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing incremental backups to avoid high storage usages, as we can't expire them before 3 months (COLDLINE).

We will still have WAL files for PITR, which will be slow but doable for now.

@thenav56 thenav56 marked this pull request as ready for review October 9, 2025 09:52
@thenav56 thenav56 merged commit dfb84e3 into main Oct 9, 2025
1 check passed
@thenav56 thenav56 deleted the feat/update-pgbackrest branch October 9, 2025 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants