Symptoms
You receive an error similar to the following when running the elevate-cpanel script.
* 20XX-01-01 00:00:00 [WARN] *** Elevation Blocker detected: ***
A YUM/DNF repository defined multiple times
The following repositories are defined multiple times inside the "upgrade" container:
- mysql-tools-preview
- mysql-connectors-community
- mysql-tools-community
- mysql80-community
Description
The Elevate process scans your package manager's configuration for potential issues. It will raise a flag and stop the process if it detects duplicate repo configurations. You can resolve this by removing duplicate repos in your package manager configuration.
Workaround
- Access the server's command line as the 'root' user via SSH or "Terminal" in WHM.
- Search for the name of each repository in the error.
grep -iR "$repo" /etc/yum.repos.d/
Please note that "$repo" must be replaced with the repository name from the error. - Remove the duplicate repository file.
Comments
0 comments
Article is closed for comments.