[MCOL-3537] Need to reword post installation instruction in post-install script Created: 2019-10-01 Updated: 2019-10-10 Resolved: 2019-10-10 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | installation |
| Affects Version/s: | 1.4.0 |
| Fix Version/s: | 1.4.1 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Daniel Lee (Inactive) | Assignee: | Bharath Bokka (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2019-06 |
| Description |
|
Build tested: 1.4.0-1 engine commit: Distributed installation is no longer supported. Installation is always non-distributed. Currently, post-install script outputs the following instruction: The next step is: If installing on a pm1 node using non-distributed install /usr/local/mariadb/columnstore/bin/postConfigure If installing on a pm1 node using distributed install /usr/local/mariadb/columnstore/bin/postConfigure -d If installing on a non-pm1 using the non-distributed option: /usr/local/mariadb/columnstore/bin/columnstore start We should make as the following: The next step is: If installation on pm1: /usr/local/mariadb/columnstore/bin/postConfigure If installing on a node other than pm1: /usr/local/mariadb/columnstore/bin/columnstore start |
| Comments |
| Comment by Bharath Bokka (Inactive) [ 2019-10-10 ] |
|
Verified on, engine commit: The post-install script displays the message as expected. [root@localhost ~]# /usr/local/mariadb/columnstore/bin/post-install If installation on pm1: /usr/local/mariadb/columnstore/bin/postConfigure If installing on a node other than pm1: /usr/local/mariadb/columnstore/bin/columnstore start |