This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
инструмент_gitlab [2026/05/30 08:25] val [Проверка конфигурации и перезапуск] |
инструмент_gitlab [2026/05/30 12:42] (current) val [Проверка конфигурации и перезапуск] |
||
|---|---|---|---|
| Line 163: | Line 163: | ||
| real 2m34.726s | real 2m34.726s | ||
| ... | ... | ||
| + | </code> | ||
| + | |||
| + | ==== 500: We're sorry, something went wrong on our end ==== | ||
| + | <code> | ||
| + | # gitlab-rails console | ||
| + | |||
| + | 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):002> Ci::Runner.delete_all | ||
| </code> | </code> | ||
| ==== Настройка отправки почты ==== | ==== Настройка отправки почты ==== | ||