fix postgres backup #30

Open
stevensting wants to merge 3 commits from fix-dbbackup into main
Owner

Info for release notes:

Up until now the backups only worked sporadically, as they used the database volume and not the dump due to wring path. Upgrading to this version will start produce reliable backups. Older backups cannot be restored with backup bot anymore, and should be copied manually. (In case there is a working one)

<!-- Thank you for doing recipe maintenance work! Please mark all checklist items which are relevant for your changes. Please remove the checklist items which are not relevant for your changes. Feel free to remove this comment. --> * [x] I have deployed and tested my changes * [x] I have [updated relevant versions in `abra.sh`](https://docs.coopcloud.tech/maintainers/upgrade/#updating-versions-in-the-abrash) * [x] I have made my environment variable changes [backwards compatible](https://docs.coopcloud.tech/maintainers/upgrade/#backwards-compatible-environment-variable-changes) * [x] I have added a [release note entry](https://docs.coopcloud.tech/maintainers/upgrade/#creating-new-release-notes) Info for release notes: > Up until now the backups only worked sporadically, as they used the database volume and not the dump due to wring path. Upgrading to this version will start produce reliable backups. Older backups cannot be restored with backup bot anymore, and should be copied manually. (In case there is a working one)
stevensting added 1 commit 2026-06-11 16:58:56 +00:00
fix postgres backup with standard script
Some checks failed
continuous-integration/drone/pr Build is failing
89712a079e
stevensting added 1 commit 2026-06-11 17:02:28 +00:00
fix backup
Some checks failed
continuous-integration/drone/pr Build is failing
df0e3821c7
stevensting requested review from jmakdah2 2026-06-11 17:06:06 +00:00
stevensting added 1 commit 2026-06-11 17:08:47 +00:00
Merge branch 'main' into fix-dbbackup
Some checks failed
continuous-integration/drone/pr Build is failing
04c4b33bea
Author
Owner

@jmakdah2 Sadly the backups are not working reliably. I think there should be a new release asap. Once we have that I could inform the matrix channel

@jmakdah2 Sadly the backups are not working reliably. I think there should be a new release asap. Once we have that I could inform the matrix channel
Owner

@stevensting thank you for the PR! @moosemower and myself had been working on testing the renovate image update PRs but it makes more sense to merge this first as it's own release because then we can make sure to have backups working before folks do any version upgrades

@stevensting thank you for the PR! @moosemower and myself had been working on testing the renovate image update PRs but it makes more sense to merge this first as it's own release because then we can make sure to have backups working before folks do any version upgrades
jmakdah2 approved these changes 2026-06-12 04:31:19 +00:00
Some checks failed
continuous-integration/drone/pr Build is failing
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin fix-dbbackup:fix-dbbackup
git checkout fix-dbbackup
Sign in to join this conversation.
No description provided.