Backup and Restore for MariaDB Xpand
This page is part of MariaDB's Documentation.
The parent of this page is: Other Features for MariaDB Xpand
Topics on this page:
Overview
MariaDB Xpand provides SQL statements to handle backup and restore operations. These commands allow you to back up and restore replicas in parallel to a remote server.
Backing Up Xpand Tables
Backing up Xpand tables is handled using the BACKUP
statement. BACKUP
can send data to a remote server in parallel using either FTP or SFTP.
Restoring Xpand Tables from Backup
Backups can be restored to Xpand tables using the RESTORE
statement RESTORE
retrieves data from a remote server in parallel using either FTP or SFTP.
Performing Backup/Restore
For additional information about how to perform backup and restore with MariaDB Xpand, see "Backup and Restore".