Warnung: Du bist nicht angemeldet. Deine IP-Adresse wird bei Bearbeitungen öffentlich sichtbar.
Melde dich an oder
erstelle ein Benutzerkonto, damit Bearbeitungen deinem Benutzernamen zugeordnet werden. Ein eigenes Benutzerkonto hat eine ganze Reihe von Vorteilen.
Die Bearbeitung kann rückgängig gemacht werden.
Bitte prüfe den Vergleich unten, um sicherzustellen, dass du dies tun möchtest, und veröffentliche dann unten deine Änderungen, um die Bearbeitung rückgängig zu machen.
Aktuelle Version |
Dein Text |
Zeile 4.221: |
Zeile 4.221: |
| <pre> | | <pre> |
| confconsole.config confconsole.domains.txt confconsole.domains.txt.bak confconsole.hook.sh | | confconsole.config confconsole.domains.txt confconsole.domains.txt.bak confconsole.hook.sh |
| </pre>
| |
|
| |
| == restore fuckup 13.10 ==
| |
|
| |
| <code>gitlab-rake gitlab:doctor:secrets</code>
| |
| <pre>
| |
| I, [2021-04-15T02:14:17.910650 #66626] INFO -- : Checking encrypted values in the database
| |
| I, [2021-04-15T02:14:34.238380 #66626] INFO -- : - ApplicationSetting failures: 1
| |
| I, [2021-04-15T02:14:34.400903 #66626] INFO -- : - User failures: 0
| |
| I, [2021-04-15T02:14:34.413306 #66626] INFO -- : - Ci::InstanceVariable failures: 0
| |
| I, [2021-04-15T02:14:34.424056 #66626] INFO -- : - Clusters::Platforms::Kubernetes failures: 0
| |
| I, [2021-04-15T02:14:34.434758 #66626] INFO -- : - Ci::PipelineScheduleVariable failures: 0
| |
| I, [2021-04-15T02:14:34.445801 #66626] INFO -- : - Snippet failures: 0
| |
| I, [2021-04-15T02:14:34.452747 #66626] INFO -- : - PersonalSnippet failures: 0
| |
| I, [2021-04-15T02:14:34.455067 #66626] INFO -- : - ProjectSnippet failures: 0
| |
| I, [2021-04-15T02:14:34.475800 #66626] INFO -- : - Ci::GroupVariable failures: 0
| |
| I, [2021-04-15T02:14:34.486404 #66626] INFO -- : - Clusters::Applications::Helm failures: 0
| |
| I, [2021-04-15T02:14:34.496913 #66626] INFO -- : - Clusters::Applications::Prometheus failures: 0
| |
| I, [2021-04-15T02:14:34.507404 #66626] INFO -- : - Ci::Variable failures: 0
| |
| rake aborted!
| |
| ActiveRecord::StatementInvalid: PG::UndefinedTable: ERROR: relation "alert_management_http_integrations" does not exist
| |
| LINE 1: ...ELECT "alert_management_http_integrations".* FROM "alert_man...
| |
| ^
| |
| /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/doctor/secrets.rb:38:in `block in check_model_attributes'
| |
| /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/doctor/secrets.rb:36:in `each'
| |
| /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/doctor/secrets.rb:36:in `check_model_attributes'
| |
| /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/doctor/secrets.rb:26:in `run!'
| |
| /opt/gitlab/embedded/service/gitlab-rails/lib/tasks/gitlab/doctor/secrets.rake:11:in `block (3 levels) in <top (required)>'
| |
| /opt/gitlab/embedded/bin/bundle:23:in `load'
| |
| /opt/gitlab/embedded/bin/bundle:23:in `<main>'
| |
|
| |
| Caused by:
| |
| PG::UndefinedTable: ERROR: relation "alert_management_http_integrations" does not exist
| |
| LINE 1: ...ELECT "alert_management_http_integrations".* FROM "alert_man...
| |
| ^
| |
| /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/doctor/secrets.rb:38:in `block in check_model_attributes'
| |
| /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/doctor/secrets.rb:36:in `each'
| |
| /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/doctor/secrets.rb:36:in `check_model_attributes'
| |
| /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/doctor/secrets.rb:26:in `run!'
| |
| /opt/gitlab/embedded/service/gitlab-rails/lib/tasks/gitlab/doctor/secrets.rake:11:in `block (3 levels) in <top (required)>'
| |
| /opt/gitlab/embedded/bin/bundle:23:in `load'
| |
| /opt/gitlab/embedded/bin/bundle:23:in `<main>'
| |
| Tasks: TOP => gitlab:doctor:secrets
| |
| (See full trace by running task with --trace)
| |
| </pre> | | </pre> |