How To Install MySQL-zrm on Fedora 36

In this tutorial we learn how to install MySQL-zrm in Fedora 36. MySQL-zrm is MySQL backup manager

Introduction

In this tutorial we learn how to install MySQL-zrm on Fedora 36.

What is MySQL-zrm

Easy-to-use yet flexible and robust backup and recovery solution for MySQL server.

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

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

sudo dnf -y install MySQL-zrm

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

sudo yum -y install MySQL-zrm

How To Uninstall MySQL-zrm on Fedora 36

To uninstall only the MySQL-zrm package we can use the following command:

sudo dnf remove MySQL-zrm

MySQL-zrm Package Contents on Fedora 36

/etc/logrotate.d/MySQL-zrm
/etc/mysql-zrm
/etc/mysql-zrm/RSS.header
/etc/mysql-zrm/mysql-zrm-release
/etc/mysql-zrm/mysql-zrm-reporter.conf
/etc/mysql-zrm/mysql-zrm.conf
/usr/bin/mysql-zrm
/usr/bin/mysql-zrm-abort-backup
/usr/bin/mysql-zrm-backup
/usr/bin/mysql-zrm-check
/usr/bin/mysql-zrm-extract-backup
/usr/bin/mysql-zrm-getconf
/usr/bin/mysql-zrm-list
/usr/bin/mysql-zrm-manage-backup
/usr/bin/mysql-zrm-migrate-file-ownership
/usr/bin/mysql-zrm-parse-binlogs
/usr/bin/mysql-zrm-purge
/usr/bin/mysql-zrm-reporter
/usr/bin/mysql-zrm-restore
/usr/bin/mysql-zrm-scheduler
/usr/bin/mysql-zrm-verify-backup
/usr/bin/zrm-pre-scheduler
/usr/lib/systemd/system/MySQL-zrm.service
/usr/lib/systemd/system/MySQL-zrm.socket
/usr/share/doc/MySQL-zrm
/usr/share/doc/MySQL-zrm/AUTHORS
/usr/share/doc/MySQL-zrm/COPYING
/usr/share/doc/MySQL-zrm/INSTALL
/usr/share/doc/MySQL-zrm/README
/usr/share/doc/MySQL-zrm/README-plugin-encrypt
/usr/share/doc/MySQL-zrm/README-plugin-parse-binlogs
/usr/share/doc/MySQL-zrm/README-plugin-post-backup
/usr/share/doc/MySQL-zrm/README-plugin-pre-backup
/usr/share/doc/MySQL-zrm/README-plugin-pre-scheduler
/usr/share/doc/MySQL-zrm/README-plugin-snapshot-plugin
/usr/share/doc/MySQL-zrm/README-plugin-socket-copy
/usr/share/doc/MySQL-zrm/README-plugin-ssh-copy
/usr/share/man/man1/mysql-zrm-abort-backup.1.gz
/usr/share/man/man1/mysql-zrm-backup.1.gz
/usr/share/man/man1/mysql-zrm-check.1.gz
/usr/share/man/man1/mysql-zrm-extract-backup.1.gz
/usr/share/man/man1/mysql-zrm-list.1.gz
/usr/share/man/man1/mysql-zrm-manage-backup.1.gz
/usr/share/man/man1/mysql-zrm-parse-binlogs.1.gz
/usr/share/man/man1/mysql-zrm-purge.1.gz
/usr/share/man/man1/mysql-zrm-reporter.1.gz
/usr/share/man/man1/mysql-zrm-restore.1.gz
/usr/share/man/man1/mysql-zrm-scheduler.1.gz
/usr/share/man/man1/mysql-zrm-verify-backup.1.gz
/usr/share/man/man1/mysql-zrm.1.gz
/usr/share/man/man5/mysql-zrm-reporter.conf.5.gz
/usr/share/man/man5/mysql-zrm.conf.5.gz
/usr/share/mysql-zrm
/usr/share/mysql-zrm/plugins
/usr/share/mysql-zrm/plugins/encrypt.pl
/usr/share/mysql-zrm/plugins/lvm-snapshot.pl
/usr/share/mysql-zrm/plugins/parse-binlogs.pl
/usr/share/mysql-zrm/plugins/post-backup.pl
/usr/share/mysql-zrm/plugins/post-restore.pl
/usr/share/mysql-zrm/plugins/pre-backup.pl
/usr/share/mysql-zrm/plugins/pre-restore.pl
/usr/share/mysql-zrm/plugins/pre-scheduler-plugin.pl
/usr/share/mysql-zrm/plugins/socket-copy.pl
/usr/share/mysql-zrm/plugins/socket-server.pl
/usr/share/mysql-zrm/plugins/ssh-copy.pl
/usr/share/mysql-zrm/plugins/xinetd.smf
/usr/share/mysql-zrm/plugins/zfs-snapshot.pl
/usr/share/perl5/vendor_perl/ZRM
/usr/share/perl5/vendor_perl/ZRM/Common.pm
/usr/share/perl5/vendor_perl/ZRM/MySQL.pm
/usr/share/perl5/vendor_perl/ZRM/Replication.pm
/usr/share/perl5/vendor_perl/ZRM/SnapshotCommon.pm
/var/lib/mysql-zrm
/var/log/mysql-zrm

References

Summary

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