Done
Details
Assignee
Vadim YalovetsVadim YalovetsReporter
Manish ChawlaManish ChawlaComponents
Affects versions
Priority
Medium
Details
Details
Assignee
Vadim Yalovets
Vadim YalovetsReporter
Manish Chawla
Manish ChawlaComponents
Affects versions
Priority
Smart Checklist
Smart Checklist
Smart Checklist
Created April 19, 2023 at 1:29 PM
Updated March 5, 2024 at 11:07 AM
Resolved April 25, 2023 at 10:46 AM
Created a new ec2 machine with Ubuntu 22.04 Jammy and ran the following commands
sudo apt update sudo apt install -y wget gnupg2 lsb-release curl wget https://repo.percona.com/apt/percona-release_latest.generic_all.deb sudo dpkg -i percona-release_latest.generic_all.deb sudo apt update sudo percona-release setup pxc80 sudo apt install -y percona-xtradb-cluster sudo apt install -y percona-replication-manager
I couldn't find the replication manager script in /usr/bin/replication_manager.sh
dpkg-query -L percona-replication-manager /. /usr /usr/share /usr/share/doc /usr/share/doc/percona-replication-manager /usr/share/doc/percona-replication-manager/changelog.Debian.gz
The replication_manager.sh script isn't installed on the machine.
Reinstalled percona-replication-manager package on the machine, but it still didn't install the replication_manager.sh script. Tested on two machines and got the same issue.