[MDEV-8843] Ship TokuBackup as part of MariaDB Created: 2015-09-25 Updated: 2019-12-27 Resolved: 2019-07-16 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - TokuDB |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Heinz Wiesinger | Assignee: | Sergei Golubchik |
| Resolution: | Won't Fix | Votes: | 13 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||
| Description |
|
Peronca TokuBackup is currently a bit tricky to get installed, since percona neither has source tarballs nor binary downloads up on their site. The documentation (https://www.percona.com/doc/percona-server/5.6/tokudb/toku_backup.html) mentions that it's shipped as part of Percona Server, but obviously doesn't help much when you're running MariaDB. Would be nice if there would be some better availability for MariaDB |
| Comments |
| Comment by Rich Prohaska [ 2015-10-03 ] | |||||||||||||||||||||||||||||||||||||||||
|
The source to the tokudb backup plugin is in two repos: These two repo's need to be checked out and built with the mariadb server source. Here is an example on how to build the tokudb backup plugin into mariadb 10.1:
Need to preload the hot backup library:
Here is the user interface:
| |||||||||||||||||||||||||||||||||||||||||
| Comment by Colin Charles [ 2015-10-09 ] | |||||||||||||||||||||||||||||||||||||||||
|
Now that TokuBackup is also completely OSS and integrated into Percona Server we should have this in the next release: https://www.percona.com/doc/percona-server/5.6/tokudb/toku_backup.html | |||||||||||||||||||||||||||||||||||||||||
| Comment by guo feng [ 2015-11-17 ] | |||||||||||||||||||||||||||||||||||||||||
|
Hope tokubackup comes to MariaDB soon~ | |||||||||||||||||||||||||||||||||||||||||
| Comment by bohutang [ 2016-06-26 ] | |||||||||||||||||||||||||||||||||||||||||
|
Hello, I have hack a patch for Percona Xtrabackup. | |||||||||||||||||||||||||||||||||||||||||
| Comment by Federico Razzoli [ 2019-12-26 ] | |||||||||||||||||||||||||||||||||||||||||
|
Could anyone explain why this has been closed as "Won't fix"? The bug is "major" and comments suggested there was some activity around it. | |||||||||||||||||||||||||||||||||||||||||
| Comment by Geoff Montee (Inactive) [ 2019-12-27 ] | |||||||||||||||||||||||||||||||||||||||||
|
Percona is the primary developer of TokuDB, and it looks like Percona has deprecated TokuDB starting with Percona Server 8.0: https://www.percona.com/doc/percona-server/8.0/tokudb/tokudb_intro.html As a consequence, TokuDB might also end up getting deprecated and/or removed from MariaDB. See Percona's replacement for TokuDB appears to be MyRocks. That is also available in MariaDB: |