create dump v5

This commit is contained in:
ad hoc 2022-05-23 10:54:49 +02:00
parent 4778884105
commit 61035a3ea4
No known key found for this signature in database
GPG key ID: 4F00A782990CC643
4 changed files with 27 additions and 18 deletions

View file

@ -19,10 +19,11 @@ pub fn load_dump(
index_db_size: usize,
meta_env_size: usize,
indexing_options: &IndexerOpts,
version: &str,
) -> anyhow::Result<()> {
info!(
"Loading dump from {}, dump database version: {}, dump version: V4",
meta.dump_date, meta.db_version
"Loading dump from {}, dump database version: {}, dump version: {}",
meta.dump_date, meta.db_version, version
);
let mut options = EnvOpenOptions::new();