Skip to content

16.6.8 Backup/Mount Support

Backup saves data to files. Mount connects saved backup files to the database for querying.

Support by Edition

FeatureStandardClusterNotes
Multiple logical databasesOXStandard Edition only
BACKUP DATABASEOOBack up an entire database
BACKUP TABLEOOBack up a specific table
MOUNT DATABASEOXNot supported in Cluster Edition
UMOUNT DATABASEOXNot supported in Cluster Edition
machadmin -r restoreOXNot supported in Cluster Edition

BACKUP DATABASE database_name INTO DISK backs up one active logical database. A full-instance image containing multiple active databases cannot be used as input to logical MOUNT or RESTORE DATABASE. Querying a mounted database requires USAGE and table SELECT. USE and writes are not supported.

Backup Support by Table Type

Table TypeBACKUPQuery After MOUNTNotes
TAG tablesOO
LOG tablesOO
LOOKUP tablesOO
TRANSACTION tablesOO
VOLATILE tablesXXIn-memory data cannot be backed up

Canonical References

Last updated on