Add hybrid mnesia_rocksdb backup and restore
Provide mnesia_rocksdb:backup/1,2 and restore/1,2 that pair a Mnesia checkpoint (schema and non-RocksDB tables) with RocksDB backup engines for open admin and standalone databases. Restore stages RocksDB into a sibling directory and redirects mountpoints while Mnesia fallback purges the real directory, then relocates the data and optionally restarts. Raise the minimum OTP version to 27.
This commit is contained in:
@@ -45,7 +45,7 @@ backs up data.
|
||||
|
||||
- rocksdb (included as dependency)
|
||||
- sext (included as dependency)
|
||||
- Erlang/OTP 22.0 or newer (https://github.com/erlang/otp)
|
||||
- Erlang/OTP 27.0 or newer (https://github.com/erlang/otp)
|
||||
|
||||
### Getting started
|
||||
|
||||
|
||||
Reference in New Issue
Block a user