Skip to content
Snippets Groups Projects
Commit ca09a5da authored by DJ Mountney's avatar DJ Mountney
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
parents 1d2d2662 e14d3d8a
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