前提・実現したいこと
AmazonLinuxからAmazonLinux2にOSを移行をしたのですが、不具合が報告されたことからパッケージのバージョンを統一したいという要件があり、yum installを使いpostgresql9.4.19をインストールしたいです。
発生している問題・エラーメッセージ
yum --showduplicate list postgresql94を実行しても利用可能パッケージに9.4.19が表示されません。
RPMサイトからも9.4.19が見つかりませんでした。
https://download.postgresql.org/pub/repos/yum/9.4/redhat/rhel-7-x86_64/
yum --showduplicate list postgresql94 読み込んだプラグイン:extras_suggestions, langpacks, priorities, update-motd 252 packages excluded due to repository priority protections インストール済みパッケージ ←試しにインストールしたため9.4.26が表示されてます postgresql94.x86_64 9.4.26-1PGDG.rhel7 @pgdg94 利用可能なパッケージ postgresql94.x86_64 9.4.20-1PGDG.rhel7 pgdg94 postgresql94.x86_64 9.4.21-1PGDG.rhel7 pgdg94 postgresql94.x86_64 9.4.22-1PGDG.rhel7 pgdg94 postgresql94.x86_64 9.4.23-1PGDG.rhel7 pgdg94 postgresql94.x86_64 9.4.24-1PGDG.rhel7 pgdg94 postgresql94.x86_64 9.4.25-1PGDG.rhel7 pgdg94 postgresql94.x86_64 9.4.26-1PGDG.rhel7 pgdg94
ソースコード(https://www.postgresql.org/ftp/source/v9.4.19/)は見つかったのでコンパイルすればバージョンは揃えられると思いますが
できれば元の環境と同じrpmでインストールしたいと考えています。
ミラーサーバか何かで古いマイナーバージョンのRPMは配布はされていないのでしょうか。