Commit fe77fc98 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'dstanley-master-patch-66433' into 'master'

docs: Add encrypted_ci_jwt_signing_key to list of tokens to delete

See merge request gitlab-org/gitlab!53774
parents b8e3b1fa 9daa72b4
......@@ -1285,6 +1285,7 @@ You may need to reconfigure or restart GitLab for the changes to take effect.
UPDATE namespaces SET runners_token = null, runners_token_encrypted = null;
-- Clear instance tokens
UPDATE application_settings SET runners_registration_token_encrypted = null;
UPDATE application_settings SET encrypted_ci_jwt_signing_key = null;
-- Clear runner tokens
UPDATE ci_runners SET token = null, token_encrypted = null;
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment