I cannot run gitlab-rake db:migrates:status it says gitlab-rake db:migrates:status rake aborted! Don't know how to build task 'db:migrates'
output with trace gitlab-rake db:migrates:status --trace rake aborted! Don't know how to build task 'db:migrates:status' /opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/rake-10.3.2/lib/rake/task_manager.rb:62:in `[]' /opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/rake-10.3.2/lib/rake/ application.rb:149:in `invoke_task' /opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/rake-10.3.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' /opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/rake-10.3.2/lib/rake/application.rb:106:in `each' /opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/rake-10.3.2/lib/rake/ application.rb:106:in `block in top_level' /opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/rake-10.3.2/lib/rake/application.rb:115:in `run_with_threads' /opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/rake-10.3.2/lib/rake/application.rb:100:in `top_level' /opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/rake-10.3.2/lib/rake/ application.rb:78:in `block in run' /opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/rake-10.3.2/lib/rake/application.rb:176:in `standard_exception_handling' /opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/rake-10.3.2/lib/rake/application.rb:75:in `run' /opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/rake-10.3.2/bin/rake:33:in `<top (required)>' /opt/gitlab/embedded/service/gem/ruby/2.1.0/bin/rake:23:in `load' /opt/gitlab/embedded/service/gem/ruby/2.1.0/bin/rake:23:in `<main>' Op dinsdag 30 december 2014 12:23:49 UTC+1 schreef [email protected]: > > Hi, > I had the same trouble. > > Execute: > gitlab-rake db:migrates:status > > > You should see update with status "down" > > So execute manually theses updates: > gitlab-rake db:migrates > > > And check the modification is apply: > gitlab-rake db:migrates:status > > > -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/gitlabhq/ef7c7b15-63b1-4951-bd9b-c627afe6edf0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
