Gitlab will not start anymore after failed upgrade

I just posted about migrating data only of the repos to a new docker gitlab
but wanted to also explore recovering this current docker gitlab installation

Here is errors am getting when trying to start with previously running docker tag 11.11.8-ce.0 when it failed to upgrade to 13.5.1-ce.0

here is command i used to start the docker gitlab

docker run --detach --hostname gitlab.abc.xyz --publish 443:443 --publish 80:80 --publish 22:22 --name gitlab --restart always --volume /srv/gitlab/config:/etc/gitlab --volume /srv/gitlab/logs:/var/log/gitlab --volume /srv/gitlab/data:/var/opt/gitlab gitlab/gitlab-ce:11.11.8-ce.0

here are the errors am getting at the moment

Will appreciate any help to recover this docker gitlab instance
Thanks