Skip to content

Commit 6b81621

Browse files
balasankarcChris Stone
andcommitted
Merge branch 'cms-master-patch-55756' into 'master'
Corrected description for `pgb-kill` See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7160 Merged-by: Balasankar 'Balu' C <[email protected]> Approved-by: Balasankar 'Balu' C <[email protected]> Approved-by: Andrew Patterson <[email protected]> Co-authored-by: Chris Stone <[email protected]>
2 parents 07d459e + 46a6c0a commit 6b81621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/gitlab-ctl-commands-ee/pgbouncer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
pgb.resume
3838
end
3939

40-
add_command_under_category('pgb-kill', 'pgbouncer', 'Send the "resume" command to pgbouncer', 2) do
40+
add_command_under_category('pgb-kill', 'pgbouncer', 'Send the "kill" command to pgbouncer', 2) do
4141
pgb = get_client
4242
if pgb.options['pg_database'].nil?
4343
$stderr.puts "Must provide database name to kill"

0 commit comments

Comments
 (0)