From: | Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> |
---|---|
To: | Kevin Brannen <KBrannen(at)efji(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: can't install pg 12 beta on centos 6 |
Date: | 2019-09-23 21:17:45 |
Message-ID: | af55dbe3-c6df-f008-bf1e-26b4fbfc1824@aklaver.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 9/23/19 2:00 PM, Kevin Brannen wrote:
>> Adrian Klaver wrote:
>> On 9/23/19 12:04 PM, Kevin Brannen wrote:
>>> I thought I’d get a jump on testing this since we’re a little slow
>>> sometimes. ??
>>>
>>> I’ve spun up a new VM with Centos 6.10 (the latest). I found
>>> https://yum.postgresql.org/testing/12/redhat/rhel-6-x86_64/repoview/
>>> to get the packages (BTW, that was kind of hard to find). I ended up with:
>>
>> You might want to take a look at:
>>
>> https://people.planetpostgresql.org/devrim/index.php?/archives/101-Installing-PostgreSQL-12-betaRC-on-RHELCentOSFedora.html
>>
>> and change to RH/CentOS 6.
>
>
> Thanks for the idea; however, that didn't work.
Well the below is just one part of the above.
Did you:
etc/yum.repos.d/pgdg-redhat-all.repo
[pgdg12-updates-testing]
enabled=1
and then:
yum -y install postgresql12-server postgresql12-contrib
From your original post I gathered that you went here:
https://yum.postgresql.org/testing/12/redhat/rhel-6-x86_64/repoview/
and grabbed individual packages. Is that correct?
>
>
> $ sudo yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
> Loaded plugins: fastestmirror, security
> Setting up Install Process
> epel-release-latest-6.noarch.rpm | 14 kB 00:00
> Examining /var/tmp/yum-root-aZqbqq/epel-release-latest-6.noarch.rpm: epel-release-6-8.noarch
> /var/tmp/yum-root-aZqbqq/epel-release-latest-6.noarch.rpm: does not update installed package.
> Error: Nothing to do
>
>
> It looks like they're not ready for Centos 6 yet and I'm not ready for 8.0 -- well, it's not even released until tomorrow and I'm sure that's a whole 'nother battle. I'll just grab the source and give that a try.
>
> Kevin
> This e-mail transmission, and any documents, files or previous e-mail messages attached to it, may contain confidential information. If you are not the intended recipient, or a person responsible for delivering it to the intended recipient, you are hereby notified that any disclosure, distribution, review, copy or use of any of the information contained in or attached to this message is STRICTLY PROHIBITED. If you have received this transmission in error, please immediately notify us by reply e-mail, and destroy the original transmission and its attachments without reading them or saving them to disk. Thank you.
>
--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com
From | Date | Subject | |
---|---|---|---|
Next Message | Adrian Klaver | 2019-09-23 21:31:27 | Re: postgres 9.6: insert into select finishes only in pgadmin not psql |
Previous Message | Corey Taylor | 2019-09-23 21:16:13 | Re: postgres 9.6: insert into select finishes only in pgadmin not psql |