How To Install holland-pgdump on Fedora 36

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

Introduction

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

What is holland-pgdump

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

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

Install holland-pgdump 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-pgdump using dnf by running the following command:

sudo dnf -y install holland-pgdump

Install holland-pgdump 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-pgdump using yum by running the following command:

sudo yum -y install holland-pgdump

How To Uninstall holland-pgdump on Fedora 36

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

sudo dnf remove holland-pgdump

holland-pgdump Package Contents on Fedora 36

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

References

Summary

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