Backup and Restore for MariaDB Xpand

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.

Xpand BACKUP

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.

Xpand RESTORE

Performing Backup/Restore

For additional information about how to perform backup and restore with MariaDB Xpand, see "Backup and Restore".