We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4334402 + 39fa902 commit e8cecdcCopy full SHA for e8cecdc
files/gitlab-ctl-commands/lib/gitlab_ctl/pg_upgrade.rb
@@ -157,7 +157,7 @@ def run_pg_upgrade
157
log "STDERR: #{e.stderr}"
158
false
159
rescue Mixlib::ShellOut::CommandTimeout
160
- log
+ log ""
161
log "Timed out during the database upgrade.".color(:red)
162
log "To run with more time, remove the temporary directory #{tmp_data_dir}.#{target_version.major},".color(:red)
163
log "then re-run your previous command, adding the --timeout option.".color(:red)
0 commit comments