Feature Summary
The get_backup operation should return a copy of (a snapshot of) of a database. This is implemented for LMDB, but should be implemented for RocksDB. This should return a tar of the database files, most likely.
Problem This Solves
Provide support for external backups.
Proposed Solution
Likely will use https://github.com/facebook/rocksdb/wiki/How-to-backup-RocksDB to create a backup file and then download it
User Stories
No response
Alternatives Considered
No response
Priority/Impact
None
Examples or References
No response
Additional Context
No response
Are you planning to fix this issue?
No, just reporting the issue
First-time contributor support
Feature Summary
The get_backup operation should return a copy of (a snapshot of) of a database. This is implemented for LMDB, but should be implemented for RocksDB. This should return a tar of the database files, most likely.
Problem This Solves
Provide support for external backups.
Proposed Solution
Likely will use https://github.com/facebook/rocksdb/wiki/How-to-backup-RocksDB to create a backup file and then download it
User Stories
No response
Alternatives Considered
No response
Priority/Impact
None
Examples or References
No response
Additional Context
No response
Are you planning to fix this issue?
No, just reporting the issue
First-time contributor support