Add a way to backup gitea and upload to S3 #1
Reference in New Issue
Block a user
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?
Gitea is a service that needs redular backups. Would be great if Helm Chart offered a built-in way to run backups and upload the archives to S3.
Utilizing backup tools, such as mysqldump/pg_dump for database (crunchydata has a good one for postgres operator), and restic for repos on disk, may be a better approach than adding in backups into the chart, as you can leverage things such as incremental backups, etc..
This is however my opinion, and so I will leave this open in case someone would like to send a PR for this ticket.
An integrated backup solution would be great for the database. Perhaps it would also be good idea to change the deployment https://gitea.com/gitea/helm-chart/src/branch/master/templates/deployment.yaml to a statefulset so velero can do incremental backups.
Nevermind I see it is a statefulset now.