How To Install holland-pg_basebackup on Fedora 36

In this tutorial we learn how to install holland-pg_basebackup in Fedora 36. holland-pg_basebackup is Holland Backup Provider for PostgreSQL

Introduction

In this tutorial we learn how to install holland-pg_basebackup on Fedora 36.

What is holland-pg_basebackup

This plugin allows holland to backup PostgreSQL databases via the pg_basebackup command.

We can use yum or dnf to install holland-pg_basebackup on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install holland-pg_basebackup.

Install holland-pg_basebackup on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install holland-pg_basebackup using dnf by running the following command:

sudo dnf -y install holland-pg_basebackup

Install holland-pg_basebackup on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install holland-pg_basebackup using yum by running the following command:

sudo yum -y install holland-pg_basebackup

How To Uninstall holland-pg_basebackup on Fedora 36

To uninstall only the holland-pg_basebackup package we can use the following command:

sudo dnf remove holland-pg_basebackup

holland-pg_basebackup Package Contents on Fedora 36

/etc/holland/providers/pg_basebackup.conf
/usr/lib/python3.10/site-packages/holland.backup.pg_basebackup-1.2.9-py3.10-nspkg.pth
/usr/lib/python3.10/site-packages/holland.backup.pg_basebackup-1.2.9-py3.10.egg-info
/usr/lib/python3.10/site-packages/holland.backup.pg_basebackup-1.2.9-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/holland.backup.pg_basebackup-1.2.9-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/holland.backup.pg_basebackup-1.2.9-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/holland.backup.pg_basebackup-1.2.9-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/holland.backup.pg_basebackup-1.2.9-py3.10.egg-info/namespace_packages.txt
/usr/lib/python3.10/site-packages/holland.backup.pg_basebackup-1.2.9-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/holland.backup.pg_basebackup-1.2.9-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/holland.backup.pg_basebackup-1.2.9-py3.10.egg-info/zip-safe
/usr/lib/python3.10/site-packages/holland/backup/pg_basebackup
/usr/lib/python3.10/site-packages/holland/backup/pg_basebackup/__init__.py
/usr/lib/python3.10/site-packages/holland/backup/pg_basebackup/__pycache__
/usr/lib/python3.10/site-packages/holland/backup/pg_basebackup/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holland/backup/pg_basebackup/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/holland/backup/pg_basebackup/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holland/backup/pg_basebackup/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/holland/backup/pg_basebackup/__pycache__/interface.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holland/backup/pg_basebackup/__pycache__/interface.cpython-310.pyc
/usr/lib/python3.10/site-packages/holland/backup/pg_basebackup/base.py
/usr/lib/python3.10/site-packages/holland/backup/pg_basebackup/interface.py
/usr/share/doc/holland-pg_basebackup
/usr/share/doc/holland-pg_basebackup/README
/usr/share/licenses/holland-pg_basebackup
/usr/share/licenses/holland-pg_basebackup/LICENSE

References

Summary

In this tutorial we learn how to install holland-pg_basebackup on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).