[MCOL-4035] Centos 7 and 8 packages missing MariaDB server service Created: 2020-06-03 Updated: 2020-11-12 Resolved: 2020-06-10 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | installation |
| Affects Version/s: | 1.5.3 |
| Fix Version/s: | 1.5.1 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Daniel Lee (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Build tested: 1.5.0-1 (drone 20200603, engine commit: 5440977f) After installation of packages the following command returned an error: [centos7:root~]# systemctl status mariadb The issue may also exist in other OSs. Packages for some OSs are not yet available for testing. |
| Comments |
| Comment by Roman Navrotskiy [ 2020-06-09 ] | |
|
Somehow our build does not produce this unit file. But you can use init script like so:
Server package is not our main artefact. So you can just use this workaround. | |
| Comment by Roman Navrotskiy [ 2020-06-10 ] | |
|
dleeyh should be fixed in https://github.com/mariadb-corporation/mariadb-columnstore-engine/pull/1265 please, check out build 65: | |
| Comment by Daniel Lee (Inactive) [ 2020-06-10 ] | |
|
Build verified: 1.5.0-1 (drone 20200610, build 65, commit eeb3c842) Verified both Centos 7 and 8. |