rake gitlab:app:backup_create fails dumping a specific repository
Created by: Razer6
I tried the new feature of creating a backup of my gitlab server. The dumping works except for one repository:
/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/file_utils.rb:9: warning: already initialized constant RUBY /home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/file_utils.rb:86: warning: already initialized constant LN_SUPPORTED Dumping database tables:
- Dumping table events... [DONE]
- Dumping table issues... [DONE]
- Dumping table keys... [DONE]
- Dumping table merge_requests... [DONE]
- Dumping table milestones... [DONE]
- Dumping table notes... [DONE]
- Dumping table projects... [DONE]
- Dumping table protected_branches... [DONE]
- Dumping table schema_migrations... [DONE]
- Dumping table snippets... [DONE]
- Dumping table taggings... [DONE]
- Dumping table tags... [DONE]
- Dumping table users... [DONE]
- Dumping table users_projects... [DONE]
- Dumping table web_hooks... [DONE]
- Dumping table wikis... [DONE] Dumping repositories:
- Dumping repository Flying Dutchman... [FAILED]
- Dumping repository trec... [DONE]
- Dumping repository sep-ex1... [DONE]
- Dumping repository sep-ex2... [DONE]
- Dumping repository sep-ex3... [DONE]
- Dumping repository esp-ex3... [DONE]
- Dumping repository captouch... [DONE]
- Dumping repository gitolite-admin.git... [DONE] fatal: Not a git repository (or any parent up to mount parent /rpool) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). Creating backup archive: 1342954730_gitlab_backup.tar [DONE] Deletion of tmp directories...[DONE] Deleting old backups... [SKIPPING]
Is there maybe a problem that the Project name is splitted by a whitespace?