Re: Pgbackrest Comparability issue

Поиск
Список
Период
Сортировка
От David Steele
Тема Re: Pgbackrest Comparability issue
Дата
Msg-id fdee3e6e-4538-e308-a02e-d0eb0798f13a@pgmasters.net
обсуждение исходный текст
Ответ на Re: Pgbackrest Comparability issue  (Adrian Klaver <adrian.klaver@aklaver.com>)
Список pgsql-general
On 3/1/19 1:37 AM, Adrian Klaver wrote:
> On 2/28/19 12:28 PM, chiru r wrote:
>>
>> The below steps we followed.
>> yum -y install perl-parent
>> yum -y install perl-Time-HiRes
>> yum -y install perl-JSON
>> yum -y install perl-Digest-SHA
>> yum -y install perl-Digest
>> yum -y install perl-DBD-Pg
>>
>> Downloaded pgbackrest-release-1.24.zip from github and unpacked.
>> https://github.com/pgbackrest/pgbackrest
>>
>> cp -r pgbackrest-release-1.24/lib/pgBackRest  /usr/share/perl5/
>> cp -r pgbackrest-release-1.24/bin/pgbackrest  /usr/bin/pgbackrest

You appear to have an old version at /bin/pgbackrest.

pgBackRest is available as a package from yum.postgresql.org.  If you 
installed Postgres from there then you just need to:

yum install pgbackrest

If this is not a fresh install and you have old copies of pgbackrest 
lying around it would be best to follow the uninstall directions here:

https://pgbackrest.org/prior/1.29/user-guide.html#installation

You may have files in other locations as well since I don't believe 
/bin/pgbackrest has even been in our install directions.

Regards,
-- 
-David
david@pgmasters.net


В списке pgsql-general по дате отправления:

Предыдущее
От: Nicola Contu
Дата:
Сообщение: Re: Pg_restore
Следующее
От: Andrew Gierth
Дата:
Сообщение: Re: Overloaded && operator from intarray module prevents index usage.