How To Install holland-mysqldump on Fedora 36

In this tutorial we learn how to install holland-mysqldump in Fedora 36. holland-mysqldump is Logical mysqldump backup plugin for Holland

Introduction

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

What is holland-mysqldump

This plugin allows holland to perform logical backups of a MySQL database using the mysqldump command.

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

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

sudo dnf -y install holland-mysqldump

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

sudo yum -y install holland-mysqldump

How To Uninstall holland-mysqldump on Fedora 36

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

sudo dnf remove holland-mysqldump

holland-mysqldump Package Contents on Fedora 36

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

References

Summary

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