dnf list installed | grep -i percona
Upgrade MySQL Router on all Client machines...
(if you are using it)Upgrade MySQL Shell...
dnf update percona-mysql-shell --enablerepo=Percona-84-Local
util.checkForServerUpgrade("root@localhost:3306", {"targetVersion":"8.4"})
For InnoDB Cluster... Repeat this step for all replicas. Then change primary to one of the replicas before upgrading the previous primary
dnf upgrade percona-server-server \
percona-server-client \
percona-server-shared \
percona-icu-data-files --enablerepo=Percona-84-Local
mysql -e "INSTALL COMPONENT 'file://component_percona_udf'" -uroot -p
Upgrade Percona Xtrabackup...
dnf install percona-xtrabackup-84 --allowerasing
dnf list installed | grep -i percona