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.
1 parent ca5db61 commit 0eaa7e6Copy full SHA for 0eaa7e6
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