Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
storage: default to TableFormatPebblev1 in backups
If the v22.2 upgrade has not yet been finalized, so we're not permitted to use the new TableFormatPebblev2 sstable format, default to TableFormatPebblev1 which is the format used by v22.1 internally. This change is intended to allow us to remove code for understanding the old RocksDB table format version sooner (eg, v23.1). Release justification: low-risk updates to existing functionality Release note: None
- Loading branch information