Can't / run reconfig after upgrade

Hello,

I had an old version (9.xx) I started to upgrade, nut now I can’t reconfigure

Ubuntu 14.04.6

apt-cache policy gitlab-ce :

*** 10.8.7-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/ubuntu/ trusty/main amd64 Packages
100 /var/lib/dpkg/status

root@gitlab:/etc/gitlab# gitlab-ctl reconfigure
Starting Chef Client, version 13.6.4
resolving cookbooks for run list: ["gitlab"]
Synchronizing Cookbooks:
  - registry (0.1.0)
  - gitlab (0.0.1)
  - package (0.1.0)
  - consul (0.0.0)
  - postgresql (0.1.0)
  - nginx (0.1.0)
  - letsencrypt (0.1.0)
  - mattermost (0.1.0)
  - gitaly (0.1.0)
  - runit (0.14.2)
  - crond (0.1.0)
  - acme (3.1.0)
  - compat_resource (12.19.0)
Installing Cookbook Gems:
Compiling Cookbooks...

================================================================================
Recipe Compile Error in /opt/gitlab/embedded/cookbooks/cache/cookbooks/consul/attributes/default.rb.dpkg-tmp
================================================================================

Chef::Exceptions::AttributeNotFound
-----------------------------------
could not find filename for attribute default.rb.dpkg-tmp in cookbook consul

System Info:
------------
chef_version=13.6.4
platform=ubuntu
platform_version=14.04
ruby=ruby 2.4.4p296 (2018-03-28 revision 63013) [x86_64-linux]
program_name=/opt/gitlab/embedded/bin/chef-client
executable=/opt/gitlab/embedded/bin/chef-client


Running handlers:
There was an error running gitlab-ctl reconfigure:

could not find filename for attribute default.rb.dpkg-tmp in cookbook consul

Running handlers complete
Chef Client failed. 0 resources updated in 08 seconds

its running :

sudo gitlab-ctl restart
ok: run: alertmanager: (pid 8895) 1s
ok: run: gitaly: (pid 8902) 0s
ok: run: gitlab-monitor: (pid 8911) 0s
ok: run: gitlab-workhorse: (pid 8916) 1s
ok: run: logrotate: (pid 8923) 0s
ok: run: nginx: (pid 8929) 1s
ok: run: node-exporter: (pid 8945) 0s
ok: run: postgres-exporter: (pid 8949) 1s
ok: run: postgresql: (pid 8961) 0s
ok: run: prometheus: (pid 8963) 0s
ok: run: redis: (pid 8969) 1s
ok: run: redis-exporter: (pid 8977) 0s
ok: run: sidekiq: (pid 9060) 1s
ok: run: unicorn: (pid 9080) 0s

I have tried alot of things nothing works. Do you have any ideas ?

pablo