Checksum mismatch in .gitlab_kas_secret post-install & gitlab-ctl reconfigure
Summary
I’m running debsums -c
daily, hoping to catch file corruption and/or other abnormalities early. (The Debian package even provides a pre-made cronjob for this task.)
debsums -c gitlab-ce
reports .gitlab_kas_secret
as deviating from the provided md5sum.
Steps to reproduce
- apt install gitlab-ce
- vi /etc/gitlab/gitlab.rb # set external URL
- gitlab-ctl reconfigure
- debsums -c gitlab-ce
What is the current bug behavior?
# debsums -c gitlab-ce
/opt/gitlab/embedded/service/gitlab-rails/.gitlab_kas_secret
What is the expected correct behavior?
# debsums -c gitlab-ce
#
Details of package version
Provide the package version installation details
ii gitlab-ce 14.5.1-ce.0 amd64 GitLab Community Edition (including NGINX, Postgres, Redis)
Environment details
- Operating System: Ubuntu 20.04
- Installation Target, remove incorrect values:
- VM
- Installation Type, remove incorrect values:
- New Installation
- Is there any other software running on the machine: plenty
- Is this a single or multiple node installation? single
Configuration details
Provide the relevant sections of `/etc/gitlab/gitlab.rb`
external_url 'http://localhost'
Related issues
#2635 is basically the same, but I’ve never seen debsums complain about schema.rb
.