jumbo icon indicating copy to clipboard operation
jumbo copied to clipboard

Fix postgreSQL version

Open sergkudinov opened this issue 4 years ago • 2 comments

When starting a new cluster:

jumbo (mycluster) > start

There is an error:

TASK [postgres : Download version 10] ******************************************
fatal: [master01]: FAILED! => {"changed": false, "msg": "Failure downloading https://download.postgresql.org/pub/repos/yum/10/redhat/rhel-7-x86_64/pgdg-centos10-10-2.noarch.rpm, HTTP Error 404: Not Found"}

This commit fixes the downloading source.

sergkudinov avatar Aug 04 '20 12:08 sergkudinov

Is seems like the url is also broken for version 9.5 and 9.6 and that the new one is the same. Could you please also include the fix for those? Thanks!

Nuttymoon avatar Aug 06 '20 13:08 Nuttymoon

Done https://www.postgresql.org/download/linux/redhat/

sergkudinov avatar Aug 06 '20 14:08 sergkudinov