<div dir="ltr"><div dir="ltr">On Mon, Nov 27, 2023 at 10:06 AM Sbob <<a href="mailto:sbob@quadratum-braccas.com">sbob@quadratum-braccas.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">All;<br></blockquote><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I am trying to install pgpool on amazon Linux (EC2) but it's not in the <br>
default upstream repo's and this amazon linux extras bs seems to not <br>
have it either, I tried to install the PGDG repo by choosing version 14 <br>
and RHEL / CentOS 7 but it fails.<br>
<br>
<br>
Anyone know how to do this?<br></blockquote><div><br></div><div>Directly download the RPMs directly from the website, and then manually install them using yum/dnf.</div><div class="gmail_quote"><br></div>Here's a PowerShell snippet from what I use.  Then I scp the files to my Linux server.<br><font face="monospace">$page="<a href="https://www.pgpool.net/yum/rpms/${MajorVer}/redhat/${RHDirVer}-x86_64/">https://www.pgpool.net/yum/rpms/${MajorVer}/redhat/${RHDirVer}-x86_64/</a>"<br>get-RPM $page "pgpool-II-${PgMajorVer}-${MajorVer}${MinorVer}-1pgdg.${RHFileVer}.x86_64.rpm"<br>get-RPM $page "pgpool-II-${PgMajorVer}-extensions-${MajorVer}${MinorVer}-1pgdg.${RHFileVer}.x86_64.rpm"<br></font><br><div> </div></div></div>