Bug 1538870
Summary: | mariadb-tokudb-engine needs mariadb-server version problems | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | George R. Goffe <grgoffe> | ||||
Component: | mariadb | Assignee: | Michal Schorm <mschorm> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | rawhide | CC: | dciabrin, hhorak, jstanek, mbayer, mkocka, mmuzila, mschorm, praiskup | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2018-01-27 11:05:44 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
George R. Goffe
2018-01-26 01:33:15 UTC
Can you please test the 10.2.12-4 https://koji.fedoraproject.org/koji/taskinfo?taskID=24443141 update? It landed in Rawhide tonight, so it can take day or two to propagate to all mirrors. Created attachment 1386629 [details]
tar.gz of flat file of rpm activity
Michal,
I could add the --force option but am not sure that it's the right thing to do or whether it would work.
George...
My interest is to solve this issue purely by fixing upgrade path - so no 'force' options should be required. After you download all the RPMs you want to a direcotry, you should be able to: # dnf install ./*rpm and end up with DNF telling you that there's no update issue and asking whether to continue. -- The "rpm -ivh" command can't handle updates, so it tells you correctly that all the files from already-installed and being-installed RPMs conflists. If you really want to do the update with 'rpm', instead of 'dnf', you need to specify different arguments, like "rpm -U": http://ftp.rpm.org/max-rpm/ch-rpm-upgrade.html Michal, I'm happy to report that "dnf upgrade maria*.rpm" has succeeded. Good work and thanks for your hard work and help! George... |