[pgpool-general: 4748] Re: How to download a specific version of pgpool using yum

Lucas Luengas lucasluengas at gmail.com
Fri Jul 1 01:51:35 JST 2016


Hello.

I have made some test. I attach some commands on Centos 6.6 for installing
pgpool using yum with Postgres 9.3

INSTALLING PGPOOL REPOSITORY
yum install
http://www.pgpool.net/yum/rpms/3.4/redhat/rhel-6-x86_64/pgpool-II-release-3.4-1.noarch.rpm

INSTALLING LAST VERSION
yum install pgpool-II-pg93
yum install pgpool-II-pg93-extensions

UNINSTALLING
yum erase pgpool-II-pg93
yum erase pgpool-II-pg93-extensions

VIEWING LAST AND PREVIOUS VERSIONES IN REPOSITORIES
yum --showduplicates list pgpool-II-pg93

Example:

Available Packages
pgpool-II-pg93.x86_64
     3.4.0-2pgdg.rhel6
        pgpool34
pgpool-II-pg93.x86_64
     3.4.0-3pgdg.rhel6
        pgpool34
pgpool-II-pg93.x86_64
     3.4.1-1pgdg.rhel6
        pgpool34
pgpool-II-pg93.x86_64
     3.4.1-2pgdg.rhel6
        pgpool34
pgpool-II-pg93.x86_64
     3.4.1-3pgdg.rhel6
        pgpool34
pgpool-II-pg93.x86_64
     3.4.2-1pgdg.rhel6
        pgpool34
pgpool-II-pg93.x86_64
     3.4.3-1pgdg.rhel6
        pgpool34
pgpool-II-pg93.x86_64
     3.4.4-1pgdg.rhel6
        pgpool34
pgpool-II-pg93.x86_64
     3.4.5-1pgdg.rhel6
        pgpool34
pgpool-II-pg93.x86_64
     3.4.6-1pgdg.rhel6
        pgpool34
pgpool-II-pg93.x86_64
     3.4.7-1pgdg.rhel6
        pgpool34


INSTALLING A OLDER VERSION
yum install pgpool-II-pg93-3.4.6
yum install pgpool-II-pg93-extensions.3.4.6

Regards.

On Sat, Jun 25, 2016 at 1:44 PM, Tatsuo Ishii <ishii at postgresql.org> wrote:

> > Hello.
> >
> > How can I download a specific version of pgpool using yum?
> >
> > I usually install pgpool with the following commands:
> >
> > yum install
> >
> http://www.pgpool.net/yum/rpms/3.4/redhat/rhel-6-x86_64/pgpool-II-release-3.4-1.noarch.rpm
> > yum install pgpool-II-pg93
> > yum install pgpool-II-pg93-extensions
> >
> > The pgpool version installed is the latest version with previous
> commands.
> > Is it possible install a previous version?
>
> I think you can download specific RPM file then apply yum command for
> the file, or you can directly specify the RPM URL.
>
> Best regards,
> --
> Tatsuo Ishii
> SRA OSS, Inc. Japan
> English: http://www.sraoss.co.jp/index_en.php
> Japanese:http://www.sraoss.co.jp
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.sraoss.jp/pipermail/pgpool-general/attachments/20160630/7d7430b2/attachment.html>


More information about the pgpool-general mailing list