Skip to content
Snippets Groups Projects
Commit 28b04f50 authored by DJ Mountney's avatar DJ Mountney Committed by GitLab Release Tools Bot
Browse files

Merge branch '5701-gitlab-ctl-patroni-members-results-in-error-with-prettytable' into 'master'

Resolve "gitlab-ctl patroni members results in error with prettytable"

Closes #5701

See merge request gitlab-org/omnibus-gitlab!4628

(cherry picked from commit ca09a5da)

1032d527 Force installation of PrettyTable 0.7
dc382dcf Use the correct version number
parent d870fa0f
No related branches found
No related tags found
No related merge requests found
---
title: Force install PrettyTable 0.7
merge_request: 4628
author:
type: fixed
Loading
Loading
@@ -31,5 +31,9 @@ build do
 
patch source: "add-license-file.patch"
 
# Version 1.0 of PrettyTable does not work with Patroni 1.6.4
# https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/5701
command "#{install_dir}/embedded/bin/pip3 install prettytable==0.7.2", env: env
command "#{install_dir}/embedded/bin/pip3 install patroni[consul]==#{version}", env: env
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment