I'm wondering about the lost sync between repo backups and the database state.
I have not looked at the database content and I don't know to which point they need to be in sync to be able to cleanly restore a backup, have you?
Context: I own a small Forgejo instance (git.afpy.org) and was asking my self "hey, how does Codeberg handle backup at their scale?"). For the moment I stop forgejo, backup the DB run a forgejo dump and start forgejo, it takes two minutes at night, works only at my scale. But I feel nice about having the DB and the file backuped at the same moment.
I'm wondering about the lost sync between repo backups and the database state.
I have **not** looked at the database content and I don't know to which point they need to be in sync to be able to cleanly restore a backup, have you?
Context: I own a small Forgejo instance (git.afpy.org) and was asking my self "hey, how does Codeberg handle backup at their scale?"). For the moment I stop forgejo, backup the DB run a `forgejo dump` and start forgejo, it takes two minutes at night, works only at my scale. But I feel nice about having the DB and the file backuped at the same moment.