Обсуждение: pgBackrest for RHEL 9
Greetings Community Members,
I'm curious if pgBackrest is compatible with RHEL9. It appears that pgBackrest relies on the libssh2 library, which has been eliminated from the RHEL 9 repository.
Best Regards,
Sudeep Dass
I'm curious if pgBackrest is compatible with RHEL9. It appears that pgBackrest relies on the libssh2 library, which has been eliminated from the RHEL 9 repository.
Best Regards,
Sudeep Dass
On Tue, Mar 19, 2024 at 10:06 AM Sudeep Dass <sudeepdass15@gmail.com> wrote:
Greetings Community Members,
I'm curious if pgBackrest is compatible with RHEL9. It appears that pgBackrest relies on the libssh2 library, which has been eliminated from the RHEL 9 repository.
How do you install Postgresql and PgBackrest? Because it's in https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-9-x86_64/, so must somehow be compatible.
Although pgBackrest is present in the RHEL9 repository, during installation it searches for the libssh2 library, which is not included in RHEL9.
[root@staging-rr0001 ~]# yum localinstall /home/pgadmin/pgbackrest-2.50-1PGDG.rhel9.x86_64.rpm
Last metadata expiration check: 0:07:25 ago on Tue 19 Mar 2024 07:28:59 PM UTC.
Error:
Problem: conflicting requests
- nothing provides libssh2 needed by pgbackrest-2.50-1PGDG.rhel9.x86_64 from @commandline
- nothing provides libssh2.so.1()(64bit) needed by pgbackrest-2.50-1PGDG.rhel9.x86_64 from @commandline
Last metadata expiration check: 0:07:25 ago on Tue 19 Mar 2024 07:28:59 PM UTC.
Error:
Problem: conflicting requests
- nothing provides libssh2 needed by pgbackrest-2.50-1PGDG.rhel9.x86_64 from @commandline
- nothing provides libssh2.so.1()(64bit) needed by pgbackrest-2.50-1PGDG.rhel9.x86_64 from @commandline
On Wed, 20 Mar 2024 at 00:24, Ron Johnson <ronljohnsonjr@gmail.com> wrote:
On Tue, Mar 19, 2024 at 10:06 AM Sudeep Dass <sudeepdass15@gmail.com> wrote:Greetings Community Members,
I'm curious if pgBackrest is compatible with RHEL9. It appears that pgBackrest relies on the libssh2 library, which has been eliminated from the RHEL 9 repository.How do you install Postgresql and PgBackrest? Because it's in https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-9-x86_64/, so must somehow be compatible.
I occasionally have to install packages from EPEL, and manually download them from:
On Tue, Mar 19, 2024 at 6:25 PM Doug Reynolds <mav@wastegate.net> wrote:
Iibssh2 is in epel, which should work unless you aren’t allowed to use it.Sent from my iPhoneOn Mar 19, 2024, at 3:44 PM, Sudeep Dass <sudeepdass15@gmail.com> wrote:Although pgBackrest is present in the RHEL9 repository, during installation it searches for the libssh2 library, which is not included in RHEL9.[root@staging-rr0001 ~]# yum localinstall /home/pgadmin/pgbackrest-2.50-1PGDG.rhel9.x86_64.rpm
Last metadata expiration check: 0:07:25 ago on Tue 19 Mar 2024 07:28:59 PM UTC.
Error:
Problem: conflicting requests
- nothing provides libssh2 needed by pgbackrest-2.50-1PGDG.rhel9.x86_64 from @commandline
- nothing provides libssh2.so.1()(64bit) needed by pgbackrest-2.50-1PGDG.rhel9.x86_64 from @commandlineOn Wed, 20 Mar 2024 at 00:24, Ron Johnson <ronljohnsonjr@gmail.com> wrote:On Tue, Mar 19, 2024 at 10:06 AM Sudeep Dass <sudeepdass15@gmail.com> wrote:Greetings Community Members,
I'm curious if pgBackrest is compatible with RHEL9. It appears that pgBackrest relies on the libssh2 library, which has been eliminated from the RHEL 9 repository.How do you install Postgresql and PgBackrest? Because it's in https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-9-x86_64/, so must somehow be compatible.