Skip to content
Snippets Groups Projects
Commit 1470331f authored by Jason Volk's avatar Jason Volk
Browse files

add repair_mode documentation to example conf


Signed-off-by: default avatarJason Volk <jason@zemos.net>
parent dcaa96a7
No related branches found
No related tags found
2 merge requests!544Database properties query,!545Admin command tracing capture
...@@ -514,6 +514,18 @@ allow_profile_lookup_federation_requests = true ...@@ -514,6 +514,18 @@ allow_profile_lookup_federation_requests = true
# Defaults to false as this uses more CPU when compressing. # Defaults to false as this uses more CPU when compressing.
#rocksdb_bottommost_compression = false #rocksdb_bottommost_compression = false
# Database repair mode (for RocksDB SST corruption)
#
# Use this option when the server reports corruption while running or panics. If the server refuses
# to start use the recovery mode options first. Corruption errors containing the acronym 'SST' which
# occur after startup will likely require this option.
#
# - Backing up your database directory is recommended prior to running the repair.
# - Disabling repair mode and restarting the server is recommended after running the repair.
#
# Defaults to false
#rocksdb_repair = false
# Database recovery mode (for RocksDB WAL corruption) # Database recovery mode (for RocksDB WAL corruption)
# #
# Use this option when the server reports corruption and refuses to start. Set mode 2 (PointInTime) # Use this option when the server reports corruption and refuses to start. Set mode 2 (PointInTime)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment