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 9f89bce + 0eaa7e6 commit f96ce28Copy full SHA for f96ce28
files/gitlab-ctl-commands/pg-upgrade.rb
@@ -612,7 +612,7 @@ def analyze_cluster
612
rescue Mixlib::ShellOut::CommandTimeout
613
$stderr.puts "Time out while running the analyze stage.".color(:yellow)
614
$stderr.puts "Please re-run the command manually as the #{pg_username} user".color(:yellow)
615
- $stderr.puts analyze_command.color(:yellow)
+ $stderr.puts analyze_cmd.color(:yellow)
616
end
617
618
0 commit comments