[MDEV-8925] Extending protocol to support binary provisioning Created: 2015-10-09 Updated: 2019-11-20 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Admin statements |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | VAROQUI Stephane | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
Protocol extension would stream binary copy of directories , datadir , log_dir and push them to disk. The server is put in a provisioning mode , that should be detectable, shutdown activity stop all connections, free open files and start writing to disk. Extending compression mode can be added with xbstream integration PROVISIONING grants would enable backup applications users to start using the protocol. mariadb client would be extend to accept LOAD DATA LOCAL INFILE "backup20151009.tar"' INTO DIRECTORY @@datadir USING tar; This task also link to better integration of TokuDBhotbackup. |