| Package | Description |
|---|---|
| org.rocksdb |
| Modifier and Type | Method and Description |
|---|---|
void |
BackupEngine.restoreDbFromBackup(int backupId,
String dbDir,
String walDir,
RestoreOptions restoreOptions)
Restore the database from a backup
IMPORTANT: if options.share_table_files == true and you restore the DB
from some backup that is not the latest, and you start creating new
backups from the new DB, they will probably fail!
|
void |
BackupEngine.restoreDbFromLatestBackup(String dbDir,
String walDir,
RestoreOptions restoreOptions)
Restore the database from the latest backup
|
Copyright © 2021. All rights reserved.