Forum archive
Gitlab deployment is super broke
It didn't present the webpage indicated by the preinstall screen.
Then I found that the gpg key is expired, had to refresh it using the following.
awk '/deb \[signed-by=/{
pubkey = $2;
sub(/\[signed-by=/, "", pubkey);
sub(/\]$/, "", pubkey);
print pubkey
}' /etc/apt/sources.list.d/gitlab-?e.list | \
while read line; do
curl -s "https://packages.gitlab.com/gpg.key" | gpg --dearmor > $line
done
After that, it still didn't work and while processing an upgrade, it wanted to upgrade to gitlab version 15 and kept erroring out. At that point I just deleted the container and posted here.
Moving on to gitea