[MDEV-7302] rpm upgrade error message gives wrong instruction for finding installed packages Created: 2014-12-11  Updated: 2014-12-12  Resolved: 2014-12-12

Status: Closed
Project: MariaDB Server
Component/s: Packaging
Affects Version/s: 5.5.40
Fix Version/s: N/A

Type: Bug Priority: Trivial
Reporter: Kolbe Kegel (Inactive) Assignee: Unassigned
Resolution: Duplicate Votes: 0
Labels: None

Issue Links:
Duplicate
duplicates MDEV-4151 Error message on an attempt of RPM up... Open

 Description   

An RPM upgrade from 5.5 to 10.0 fails with some instructions about needing to manually remove the existing packages and then install the new ones. But the instruction to find the existing packages will only match MySQL packages, not MariaDB:

- Remove the existing MySQL packages.  Usually this command will
  list the packages you should remove:
  rpm -qa | grep -i '^mysql-'

This should probably be something like this instead:

  rpm -qa | grep -Ei '^(mysql|MariaDB)-'



 Comments   
Comment by Elena Stepanova [ 2014-12-12 ]

Duplicate of MDEV-4151.

Generated at Thu Feb 08 07:18:33 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.