[pgpool-general: 8462] Re: extension pgpool_recovery.control not found

Jean-Max Reymond jmreymond at ik.me
Wed Oct 19 08:57:18 JST 2022


Le 19/10/2022 à 01:19, Tatsuo Ishii a écrit :
>>> Lacking libpgpool2 postgresql-15-pgpool2?
>>> You can follow the instruction here.
>>> https://pgpool.net/mediawiki/index.php/Apt_Repository
>>
>> Thanks for your quick answer
>> fresh installation on a new server ubuntu 22LTS:
>>
>> 4	 apt install curl ca-certificates gnupg
>> 5 curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg
>> --dearmor | sudo tee /etc/apt/trusted.gpg.d/apt.postgresql.org.gpg
>>> /dev/null
>> 6 echo "deb http://apt.postgresql.org/pub/repos/apt jammy-pgdg main" >
>> /etc/apt/sources.list.d/pgdg.list
>> 7	 apt update
>> 8	 apt install postgresql libpgpool2 pgpool2
> 
> I think you need to install postgresql-15-pgpool2 as well.
> 
That works, thanks a lot



More information about the pgpool-general mailing list