Backup problem: 'dump' only create a 1KByte .zip file

Hello,

I got a problem with gitea backup. I tried to use dump command to backup my gitea, but only got a 1KByte empty .zip file.
I am using Windows Server 2008 R2, Gitea 1.9.4.

Many Thanks~


WeChat%20Screenshot_20191016234611

Gitea has some backup problems, so I solve it by backuping manually, as follows.

Thank you @elfuego.
I then refer to a solution on this issue: https://github.com/go-gitea/gitea/issues/4372
Just stop the gitea service first, then execute .\gitea dump, and start the gitea service at last.

ah, that makes sense =) but what else makes sense is to check your backup, i.e. to try to restore it somewhere and see does gitea work.

1 Like

You are right, I’ll make a double check :+1: