Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #5923

Closed
Open
Created Dec 24, 2013 by Administrator@rootOwner

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

Assignee
Assign to
Time tracking