Gitlab CE Docker container upgrade blocks new projects
I had a gitlab-ce install using 7.14.3 I pulled the latest docker image today and restarted. After restart, I get the following error trying to add a new project.
When clicking localhost/projects/new
I get a 500 error.
Below are the Docker logs for the container:
==> /var/log/gitlab/gitlab-rails/production.log <==
Started GET "/projects/new" for 127.0.0.1 at 2015-09-23 21:35:23 +0000
Processing by ProjectsController#new as HTML
Completed 500 Internal Server Error in 39ms (ActiveRecord: 3.2ms)
ActionView::Template::Error (undefined method `import_sources' for #<ApplicationSetting:0x0000000de888e0>):
22: .col-sm-10
23: = f.select :namespace_id, namespaces_options(params[:namespace_id] || :current_user), {}, {class: 'select2', tabindex: 2}
24:
25: - if import_sources_enabled?
26: %hr
27:
28: .project-import.js-toggle-container
app/controllers/application_controller.rb:303:in `import_sources_enabled?'
app/views/projects/new.html.haml:25:in `block in _app_views_projects_new_html_haml__3754869928228675907_51645760'
app/views/projects/new.html.haml:8:in `_app_views_projects_new_html_haml__3754869928228675907_51645760'
==> /var/log/gitlab/nginx/gitlab_access.log <==
10.3.4.5 - - [23/Sep/2015:21:35:23 +0000] "GET /projects/new HTTP/1.1" 500 415 "http://gitlab.q/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/600.8.9 (KHTML, like Gecko) Version/8.0.8 Safari/600.8.9"
==> /var/log/gitlab/gitlab-rails/production.log <==
Started GET "/projects/new" for 127.0.0.1 at 2015-09-23 21:35:23 +0000
Processing by ProjectsController#new as HTML
Completed 500 Internal Server Error in 44ms (ActiveRecord: 4.0ms)
ActionView::Template::Error (undefined method `import_sources' for #<ApplicationSetting:0x0000000fdc5ac8>):
22: .col-sm-10
23: = f.select :namespace_id, namespaces_options(params[:namespace_id] || :current_user), {}, {class: 'select2', tabindex: 2}
24:
25: - if import_sources_enabled?
26: %hr
27:
28: .project-import.js-toggle-container
app/controllers/application_controller.rb:303:in `import_sources_enabled?'
app/views/projects/new.html.haml:25:in `block in _app_views_projects_new_html_haml__3754869928228675907_121797180'
app/views/projects/new.html.haml:8:in `_app_views_projects_new_html_haml__3754869928228675907_121797180'
==> /var/log/gitlab/nginx/gitlab_access.log <==
10.3.4.5 - - [23/Sep/2015:21:35:23 +0000] "GET /projects/new HTTP/1.1" 500 415 "http://gitlab.q/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/600.8.9 (KHTML, like Gecko) Version/8.0.8 Safari/600.8.9"