[MCOL-302] rpm -U reports errors Created: 2016-09-19 Updated: 2023-10-26 Resolved: 2016-10-10 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | 1.0.3 |
| Fix Version/s: | 1.0.4 |
| Type: | Bug | Priority: | Minor |
| Reporter: | David Hill (Inactive) | Assignee: | David Hill (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Sprint: | 2016-19 | ||||||||
| Description |
|
[root@ip-172-30-0-125 rpm.1.0.3.new]# rpm -Uvh mariadb-columnstore*.rpm ****************************************************************** Upgrading directly from MySQL 1.0 to MariaDB 10.1 may not A manual upgrade is required.
You may choose to use 'rpm --nodeps -ev <package-name>' to remove
This is a brief description of the upgrade process. Important details /usr/local/mariadb/columnstore/bin/postConfigure MariaDB ColumnStore RPM install completed |
| Comments |
| Comment by Ben Thompson (Inactive) [ 2016-09-28 ] |
|
Two pull requests, Server changes the server version string to use columnstore version. Engine changes some of the cmake/cpack that was noticed when testing rpm -U. |
| Comment by Andrew Hutchings (Inactive) [ 2016-09-28 ] |
|
Change looks good to me. Moved to David H to test. |
| Comment by David Hill (Inactive) [ 2016-10-10 ] |
|
FAILED.... Reopening... I install 1.0.2 and then tried to upgrade to 1.0.4 and got the below errors [root@centos7 ~]# ./package_install /usr/local/mariadb/columnstore/bin/postConfigure MariaDB ColumnStore RPM install completed |
| Comment by Ben Thompson (Inactive) [ 2016-10-10 ] |
|
Looks like pre-1.0.3 the packages were still getting built on server with the 10.1.14 version instead of columnstore version, suggest retesting with 1.0.3 package. Should be working on all builds moving forward. |
| Comment by David Hill (Inactive) [ 2016-10-10 ] |
|
Upgrade works on 1.0.3 to 1.0.4.. 1.0.2 had different packahe names, so user would still need to sue the rpm -e and rpm -i commands... |