Dumping repositories failed
Created by: pootzko
Hi all,
I'm preparing a backup CRON for our GitLab instance and running a backup task works fine for all repositories except one. The output after I run the backup create command:
$ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
Dumping database ...
done
Dumping repositories ...
* groupname/xxx ... [FAILED]
* groupname/xxx.wiki ... [SKIPPED]
* groupname/yyy ... [DONE]
* groupname/yyy.wiki ... [SKIPPED]
* groupname/zzz ... [DONE]
* groupname/zzz.wiki ... [SKIPPED]
done
Dumping uploads ...
done
Creating backup archive: 1387887391_gitlab_backup.tar ... done
Deleting tmp directories ... done
Deleting old backups ... skipping
How can I find out why this one particular repository dump failed? I didn't put the real repo names but basically 7 repos get dumped properly while there is this one which fails every time.
I am using GitLab v6.2.3 on Debian Wheezy v7.2.
Thanks