From: | Jack Douglas <jack(at)douglastechnology(dot)co(dot)uk> |
---|---|
To: | Devrim Gündüz <devrim(at)gunduz(dot)org> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Yum repository RPM behind release |
Date: | 2020-09-30 14:12:00 |
Message-ID: | 8E2EDD3D-E175-4F57-B1BF-9B5B481B23CE@douglastechnology.co.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Thanks very much Devrim, that got me on the right track.
> Please update the repo RPM to the *latest* version first (42.0-13 or
> above). rc packages were in the testing repo. v13 packages went to the
> stable repo, which I added in 42.0-13.
I had 42.0-14 installed but I had to manually uninstall and re-install to get the stable repo in the list in /etc/yum.repos.d/pgdg-redhat-all.repo
rpm -qa | grep pgdg
rpm -e pgdg-redhat-repo-42.0-14.noarch
dnf install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm
Jack
From | Date | Subject | |
---|---|---|---|
Next Message | Matthias Apitz | 2020-09-30 14:14:59 | Re: Problem close curser after rollback |
Previous Message | Charles Clavadetscher | 2020-09-30 14:02:21 | Re: Table sizes |