[MDEV-14937] Test final version of MariaDB Backup 10.1 against newest versions of 5.5 and 10.0 Created: 2018-01-12 Updated: 2018-05-30 Resolved: 2018-05-30 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Backup, Tests |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Zdravelina Sokolovska (Inactive) |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
MariaDB provides a backup solution in 10.1 release line and higher. To declare it being universal, we need to ensure it works (and keeps working) with MariaDB 10.0 and 5.5, until their EOL, which is still far away. First testing for this was done in the scope of It needs to be re-tested, using the latest GA version of MariaBackup and following the documented procedure, and results should be reflected at https://mariadb.com/kb/en/mariadb/mariadb-backup/ . After it's confirmed to work, the same steps will be added to buildbot for regression testing. |
| Comments |
| Comment by Zdravelina Sokolovska (Inactive) [ 2018-01-19 ] | ||
|
backuped data from 10.2 is restored with the tool mariabackup based on MariaDB-backup v10.2.12-MariaDB Linux (x86_64) on MariaDB server v10.0 80118 15:56:16 [Note] /usr/sbin/mysqld (mysqld 10.0.33-MariaDB) starting as process 1833 ... 180118 15:56:16 [Note] InnoDB: Using mutexes to ref count buffer pool pages To report this bug, see https://mariadb.com/kb/en/reporting-bugs We will try our best to scrape up some info that will hopefully help Server version: 10.0.33-MariaDB Thread pointer: 0x0 | ||
| Comment by Zdravelina Sokolovska (Inactive) [ 2018-01-19 ] | ||
|
– MariaDB-backup package is not found for baseurl = http://yum.mariadb.org/10.0/centos7-amd64 or 5.5 – In order to get MariaDB-backup v10.1 and use on MariaDB-Server v10.0 , respectively on MariaDB-Server v5.5 | ||
| Comment by Zdravelina Sokolovska (Inactive) [ 2018-01-19 ] | ||
|
checked full mariabackup based on MariaDB-backup v10.1 full backup taken from server v10.0 is restored successfully on full backup taken from server v10.2 is restored successfully on partial backup fails to be done server v5.5 note : it found that Service mysql fail to start after restoring from mariabackup ; the problem appears due to ownerchip mysql:mysql of backuped and restored files and directories is not preserved by the mariabackup toll | ||
| Comment by Daniel Black [ 2018-01-21 ] | ||
|
permission on restore problem has been reported as I suspect a mariadb-5.5 with a configuration defined as will be ignored by mariabackup.
The server version with configuration in a version mysql configuration group matching mariabackup will be solved by https://github.com/MariaDB/server/pull/554 I suspect. | ||
| Comment by Zdravelina Sokolovska (Inactive) [ 2018-05-30 ] | ||
|
obsoleted |