It happened after secrets file was lost during GitLab upgrade.
The case described in documentation When the secrets file is lost
But not completely clear.
From log file /var/log/gitlab/gitlab-rails/production.log
:
version: "3.6" | |
services: | |
gitlab: | |
image: gitlab/gitlab-ce | |
volumes: | |
- gitlab-data:/var/opt/gitlab | |
- gitlab-logs:/var/log/gitlab | |
- gitlab-config:/etc/gitlab | |
networks: | |
- traefik-public |
It happened after secrets file was lost during GitLab upgrade.
The case described in documentation When the secrets file is lost
But not completely clear.
From log file /var/log/gitlab/gitlab-rails/production.log
: