backup_create (v. 3.0.3) results in error
Created by: ovanes
Right after the install without having any repos doing a backup_create rake task results in error:
$ bundle exec rake gitlab:app:backup_create RAILS_ENV=production
Dumping database tables:
- Dumping table events... [DONE]
- Dumping table groups... [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:
rake aborted!
undefined method `second' for nil:NilClass
Tasks: TOP => gitlab:app:repo_dump
(See full trace by running task with --trace)