You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first is to fix a permissions issue with the backup directory/volume not being writable by the use git, and the user git is required to run the dump.
So, because it seems that the Gitea dump command doesn't do anything special, I just created two scripts for backing up and restoring a backup without using that command. They are quite simple since they just archive all the files + dump the database, and seem to work. I have tried several times backing up and restoring after making some changes to both the repos and the database and it seems to work well.
For reference, in case someone would like to use them, the backup script is in this gist and the restore script in this one.
Description
This problem started occurring starting with commit e777c6b
The text was updated successfully, but these errors were encountered: