[MCOL-1202] columnstoreRestore does not restore correct config file Created: 2018-02-05 Updated: 2023-10-26 Resolved: 2018-02-12 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.1.0 |
| Fix Version/s: | 1.1.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Ben Thompson (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2018-03, 2018-04 |
| Description |
|
columnstoreRestore is not using the correct config file. This only causes issues if storage type is changed from internal to external or data redundancy |
| Comments |
| Comment by Ben Thompson (Inactive) [ 2018-02-08 ] |
|
To test backup a 1.1.3 installation with internal storage. install a clean setup with matching DBroot/PM counts with glusterFS enabled. restore the internal storage backup to the glusterFS system and verify restore. |
| Comment by Daniel Lee (Inactive) [ 2018-02-12 ] |
|
Build verified: Github source 1.2.0-1 [root@localhost mariadb-columnstore-server]# git show Update README.md diff --git a/README.md b/README.md ```bash
[root@localhost mariadb-columnstore-server]# cd mariadb-columnstore-engine/ Merge branch 'master' into develop-1.1 Verified that the releasenum file has been added back to the columnstore directory. root@vagrant:/usr/local/mariadb/columnstore# cat releasenum |
| Comment by Daniel Lee (Inactive) [ 2018-02-12 ] |
|
[root@localhost columnstore]# cd mariadb-columnstore-server/ Merge pull request #92 from mariadb-corporation/ [root@localhost mariadb-columnstore-server]# cd mariadb-columnstore-engine/ Merge pull request #401 from mariadb-corporation/ |