亚马逊linux:没有包pgbouncer可用

时间:2017-02-09 09:02:04

标签: pgbouncer amazon-linux

尝试在亚马逊上安装pgbouncer时遇到了这个问题:

[root@somehost ~]# uname -a
Linux somehost 4.4.35-33.55.amzn1.x86_64 #1 SMP Tue Dec 6 20:30:04 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
[root@somehost ~]# yum install pgbouncer
Loaded plugins: priorities, update-motd, upgrade-helper
No package pgbouncer available.
Error: Nothing to do

github - 发现只有可编辑的版本。谷歌搜索并决定在下面发布解决方案

1 个答案:

答案 0 :(得分:4)

The PostgreSQL Global Development Group repo复制链接到您的Linux版本(在我的案例中为Amazon Linux AMI 2015.03 - x86_64)并运行:

rpm -Uvh https://download.postgresql.org/pub/repos/yum/9.3/redhat/rhel-6-x86_64/pgdg-ami201503-93-9.3-3.noarch.rpm
yum install pgbouncer

结果:

Installed:
  pgbouncer.x86_64 0:1.7.2-6.rhel6