Passing --queryableBackupMode results in WTKVEngine to open WT with read_only=true. For queryable restores from filesystem backups in 4.2+, WT will need to be able to perform recovery.
Removing this flag will require the custom FS also defines the necessary function points.
Doing this work will require investigating which remaining methods to implement are non-trivial, which may require a separate ticket.
- depends on
-
SERVER-44426 Have queryable backup mode forward FS write calls to the backend API
- Closed
-
SERVER-44433 Have queryable backup mode forward file opening/creation calls to the backend API
- Closed