This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
инструмент_gitlab [2026/05/31 10:54] val [500: We're sorry, something went wrong on our end] |
инструмент_gitlab [2026/06/01 12:26] (current) val [500: We're sorry, something went wrong on our end] |
||
|---|---|---|---|
| Line 168: | Line 168: | ||
| <code> | <code> | ||
| # gitlab-rails console | # gitlab-rails console | ||
| + | |||
| + | irb(main):001> ApplicationSetting.delete_all | ||
| irb(main):001> ActiveRecord::Base.connection.execute("UPDATE application_settings SET runners_registration_token_encrypted = NULL, error_tracking_access_token_encrypted = NULL, encrypted_ci_jwt_signing_key = NULL") | irb(main):001> ActiveRecord::Base.connection.execute("UPDATE application_settings SET runners_registration_token_encrypted = NULL, error_tracking_access_token_encrypted = NULL, encrypted_ci_jwt_signing_key = NULL") | ||