We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 127caeb commit ca4540fCopy full SHA for ca4540f
conf.d/main
@@ -51,6 +51,7 @@ rm -f /opt/gitlab/embedded/nodes/tkldev.json
51
rm -f /etc/gitlab/gitlab-secrets.json
52
53
# clear secrets (they will be regenerated automatically)
54
+gitlab-ctl start postgresql
55
echo -e 'ApplicationSetting.first.delete\n' | gitlab-rails console -e production
56
cat <<EOF | gitlab-rails dbconsole --database main
57
UPDATE projects SET runners_token = null, runners_token_encrypted = null;
0 commit comments