Forgejo: weekly backup CronJob, dump plus pg_dump #15
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?
Originally filed by @coilysiren on 2026-05-22T12:39:37Z - https://github.com/coilysiren/infrastructure/issues/269
Forgejo on kai-server has no backup job. Noted as a followup in docs/forgejo-deploy-plan.md but never landed.
Want: a weekly CronJob doing forgejo dump + pg_dump of the Postgres sidecar, writing to a sibling PVC, rotating the last N. Drill a restore once before treating it as durable.
Surfaced while designing the Tangled knot deploy, which is getting a backup-before-deploy safety sandwich - Forgejo deserves the same baseline.