1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117
| root@gitlab:/# gitlab-rails c -------------------------------------------------------------------------------- Ruby: ruby 2.7.5p203 (2021-11-24 revision f69aeb8314) [x86_64-linux] GitLab: 14.9.2-ee (3034418fb31) EE GitLab Shell: 13.24.0 PostgreSQL: 12.7 ------------------------------------------------------------[ booted in 19.15s ] Loading production environment (Rails 6.1.4.6) irb(main):001:0>Integration.update_all(encrypted_properties: nil) => 17 irb(main):002:0> exit
root@gitlab:/# gitlab-rake gitlab:doctor:secrets I, [2022-05-09T15:41:48.848028 #5101] INFO -- : Checking encrypted values in the database I, [2022-05-09T15:41:54.626427 #5101] INFO -- : - Ci::InstanceVariable failures: 0 I, [2022-05-09T15:41:54.653169 #5101] INFO -- : - Ci::PipelineScheduleVariable failures: 9 I, [2022-05-09T15:41:54.685570 #5101] INFO -- : - Ci::Variable failures: 0 I, [2022-05-09T15:41:54.708865 #5101] INFO -- : - Ci::GroupVariable failures: 0 I, [2022-05-09T15:41:54.719064 #5101] INFO -- : - Ci::JobVariable failures: 0 I, [2022-05-09T15:41:54.767616 #5101] INFO -- : - Ci::PipelineVariable failures: 35 I, [2022-05-09T15:41:54.776018 #5101] INFO -- : - ApplicationSetting failures: 0 I, [2022-05-09T15:41:54.826346 #5101] INFO -- : - User failures: 1 I, [2022-05-09T15:41:54.838384 #5101] INFO -- : - GeoNode failures: 0 I, [2022-05-09T15:41:54.853359 #5101] INFO -- : - Clusters::Platforms::Kubernetes failures: 1 I, [2022-05-09T15:41:54.884088 #5101] INFO -- : - Snippet failures: 0 I, [2022-05-09T15:41:54.885233 #5101] INFO -- : - PersonalSnippet failures: 0 I, [2022-05-09T15:41:54.886105 #5101] INFO -- : - ProjectSnippet failures: 0 I, [2022-05-09T15:41:54.896200 #5101] INFO -- : - Clusters::Applications::Helm failures: 0 I, [2022-05-09T15:41:54.906413 #5101] INFO -- : - Clusters::Applications::Prometheus failures: 0 I, [2022-05-09T15:41:54.953231 #5101] INFO -- : - Integration failures: 0 I, [2022-05-09T15:41:54.955038 #5101] INFO -- : - Integrations::Github failures: 0 I, [2022-05-09T15:41:54.956736 #5101] INFO -- : - Integrations::Asana failures: 0 I, [2022-05-09T15:41:54.958873 #5101] INFO -- : - Integrations::Assembla failures: 0 I, [2022-05-09T15:41:54.960510 #5101] INFO -- : - Integrations::BaseCi failures: 0 I, [2022-05-09T15:41:54.961908 #5101] INFO -- : - Integrations::Bamboo failures: 0 I, [2022-05-09T15:41:54.963366 #5101] INFO -- : - Integrations::Buildkite failures: 0 I, [2022-05-09T15:41:54.964794 #5101] INFO -- : - Integrations::DroneCi failures: 0 I, [2022-05-09T15:41:54.966252 #5101] INFO -- : - Integrations::Jenkins failures: 0 I, [2022-05-09T15:41:54.967642 #5101] INFO -- : - Integrations::Teamcity failures: 0 I, [2022-05-09T15:41:54.969132 #5101] INFO -- : - Integrations::MockCi failures: 0 I, [2022-05-09T15:41:54.970669 #5101] INFO -- : - Integrations::BaseIssueTracker failures: 0 I, [2022-05-09T15:41:54.972130 #5101] INFO -- : - Integrations::Bugzilla failures: 0 I, [2022-05-09T15:41:54.973615 #5101] INFO -- : - Integrations::CustomIssueTracker failures: 0 I, [2022-05-09T15:41:54.975018 #5101] INFO -- : - Integrations::Ewm failures: 0 I, [2022-05-09T15:41:54.976444 #5101] INFO -- : - Integrations::Jira failures: 0 I, [2022-05-09T15:41:54.977818 #5101] INFO -- : - Integrations::Redmine failures: 0 I, [2022-05-09T15:41:54.979229 #5101] INFO -- : - Integrations::Youtrack failures: 0 I, [2022-05-09T15:41:54.980613 #5101] INFO -- : - Integrations::Campfire failures: 0 I, [2022-05-09T15:41:54.981974 #5101] INFO -- : - Integrations::Confluence failures: 0 I, [2022-05-09T15:41:54.983358 #5101] INFO -- : - Integrations::Datadog failures: 0 I, [2022-05-09T15:41:54.984828 #5101] INFO -- : - Integrations::BaseChatNotification failures: 0 I, [2022-05-09T15:41:54.986256 #5101] INFO -- : - Integrations::Discord failures: 0 I, [2022-05-09T15:41:54.987580 #5101] INFO -- : - Integrations::HangoutsChat failures: 0 I, [2022-05-09T15:41:54.988881 #5101] INFO -- : - Integrations::Mattermost failures: 0 I, [2022-05-09T15:41:54.990183 #5101] INFO -- : - Integrations::MicrosoftTeams failures: 0 I, [2022-05-09T15:41:54.991490 #5101] INFO -- : - Integrations::Slack failures: 0 I, [2022-05-09T15:41:54.992790 #5101] INFO -- : - Integrations::UnifyCircuit failures: 0 I, [2022-05-09T15:41:54.994111 #5101] INFO -- : - Integrations::WebexTeams failures: 0 I, [2022-05-09T15:41:54.995420 #5101] INFO -- : - Integrations::EmailsOnPush failures: 0 I, [2022-05-09T15:41:54.996709 #5101] INFO -- : - Integrations::ExternalWiki failures: 0 I, [2022-05-09T15:41:54.998020 #5101] INFO -- : - Integrations::Flowdock failures: 0 I, [2022-05-09T15:41:54.999316 #5101] INFO -- : - Integrations::Harbor failures: 0 I, [2022-05-09T15:41:55.000656 #5101] INFO -- : - Integrations::Irker failures: 0 I, [2022-05-09T15:41:55.002045 #5101] INFO -- : - Integrations::BaseSlashCommands failures: 0 I, [2022-05-09T15:41:55.003407 #5101] INFO -- : - Integrations::MattermostSlashCommands failures: 0 I, [2022-05-09T15:41:55.004785 #5101] INFO -- : - Integrations::SlackSlashCommands failures: 0 I, [2022-05-09T15:41:55.006087 #5101] INFO -- : - Integrations::Packagist failures: 0 I, [2022-05-09T15:41:55.007377 #5101] INFO -- : - Integrations::PipelinesEmail failures: 0 I, [2022-05-09T15:41:55.008745 #5101] INFO -- : - Integrations::Pivotaltracker failures: 0 I, [2022-05-09T15:41:55.012251 #5101] INFO -- : - Integrations::BaseMonitoring failures: 0 I, [2022-05-09T15:41:55.015523 #5101] INFO -- : - Integrations::Prometheus failures: 0 I, [2022-05-09T15:41:55.016855 #5101] INFO -- : - Integrations::MockMonitoring failures: 0 I, [2022-05-09T15:41:55.018164 #5101] INFO -- : - Integrations::Pushover failures: 0 I, [2022-05-09T15:41:55.019516 #5101] INFO -- : - Integrations::Zentao failures: 0 I, [2022-05-09T15:41:55.020881 #5101] INFO -- : - Integrations::Shimo failures: 0 I, [2022-05-09T15:41:55.022222 #5101] INFO -- : - Integrations::GitlabSlackApplication failures: 0 I, [2022-05-09T15:41:55.032708 #5101] INFO -- : - AlertManagement::HttpIntegration failures: 0 I, [2022-05-09T15:41:55.042969 #5101] INFO -- : - GrafanaIntegration failures: 0 I, [2022-05-09T15:41:55.053062 #5101] INFO -- : - JiraConnectInstallation failures: 0 I, [2022-05-09T15:41:55.063690 #5101] INFO -- : - PagesDomain failures: 0 I, [2022-05-09T15:41:55.073923 #5101] INFO -- : - PagesDomainAcmeOrder failures: 0 I, [2022-05-09T15:41:55.083946 #5101] INFO -- : - ProjectImportData failures: 0 I, [2022-05-09T15:41:55.093869 #5101] INFO -- : - RemoteMirror failures: 0 I, [2022-05-09T15:41:55.127068 #5101] INFO -- : - WebHook failures: 0 I, [2022-05-09T15:41:55.128418 #5101] INFO -- : - ProjectHook failures: 0 I, [2022-05-09T15:41:55.129777 #5101] INFO -- : - ServiceHook failures: 0 I, [2022-05-09T15:41:55.131082 #5101] INFO -- : - SystemHook failures: 0 I, [2022-05-09T15:41:55.132371 #5101] INFO -- : - GroupHook failures: 0 I, [2022-05-09T15:41:55.142613 #5101] INFO -- : - Alerting::ProjectAlertingSetting failures: 0 I, [2022-05-09T15:41:55.152839 #5101] INFO -- : - Atlassian::Identity failures: 0 I, [2022-05-09T15:41:55.163829 #5101] INFO -- : - BulkImports::Configuration failures: 0 I, [2022-05-09T15:41:55.174150 #5101] INFO -- : - Clusters::KubernetesNamespace failures: 0 I, [2022-05-09T15:41:55.184138 #5101] INFO -- : - ErrorTracking::ProjectErrorTrackingSetting failures: 0 I, [2022-05-09T15:41:55.194162 #5101] INFO -- : - IncidentManagement::ProjectIncidentManagementSetting failures: 0 I, [2022-05-09T15:41:55.204361 #5101] INFO -- : - Integrations::IssueTrackerData failures: 0 I, [2022-05-09T15:41:55.214521 #5101] INFO -- : - Integrations::JiraTrackerData failures: 0 I, [2022-05-09T15:41:55.224600 #5101] INFO -- : - Integrations::ZentaoTrackerData failures: 0 I, [2022-05-09T15:41:55.234745 #5101] INFO -- : - Serverless::DomainCluster failures: 0 I, [2022-05-09T15:41:55.235690 #5101] INFO -- : - Clusters::Integrations::Prometheus failures: 0 I, [2022-05-09T15:41:55.245732 #5101] INFO -- : - Dast::SiteProfileSecretVariable failures: 0 I, [2022-05-09T15:41:55.255860 #5101] INFO -- : - StatusPage::ProjectSetting failures: 0 I, [2022-05-09T15:41:55.267199 #5101] INFO -- : - Clusters::Providers::Aws failures: 0 I, [2022-05-09T15:41:55.277610 #5101] INFO -- : - Clusters::Providers::Gcp failures: 0 I, [2022-05-09T15:41:55.287740 #5101] INFO -- : - Packages::Debian::GroupDistributionKey failures: 0 I, [2022-05-09T15:41:55.297773 #5101] INFO -- : - Packages::Debian::ProjectDistributionKey failures: 0 I, [2022-05-09T15:41:55.299025 #5101] INFO -- : - Gitlab::BackgroundMigration::BackfillJiraTrackerDeploymentType2::JiraTrackerDataTemp failures: 0 I, [2022-05-09T15:41:55.320413 #5101] INFO -- : - Ci::Runner failures: 0 I, [2022-05-09T15:41:58.204407 #5101] INFO -- : - Ci::Build failures: 0 I, [2022-05-09T15:41:58.586279 #5101] INFO -- : - Group failures: 0 I, [2022-05-09T15:42:01.604851 #5101] INFO -- : - Project failures: 0 I, [2022-05-09T15:42:01.621301 #5101] INFO -- : - DeployToken failures: 10 I, [2022-05-09T15:42:01.632694 #5101] INFO -- : - Clusters::AgentToken failures: 0 I, [2022-05-09T15:42:01.643991 #5101] INFO -- : - ScimOauthAccessToken failures: 0 I, [2022-05-09T15:42:01.655934 #5101] INFO -- : - Operations::FeatureFlagsClient failures: 9 I, [2022-05-09T15:42:01.656019 #5101] INFO -- : Total: 65 row(s) affected I, [2022-05-09T15:42:01.656030 #5101] INFO -- : Done!
|