Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

changed the path where bottomless is storing gzipped db snapshot #727

Merged
merged 2 commits into from
Oct 4, 2023

Conversation

Horusiath
Copy link
Contributor

Changing bottomless snapshot to store db.gz file in the same directory as main db_path.

@Horusiath Horusiath requested a review from psarna October 4, 2023 05:46
Ok(file) => file,
Err(e) => {
tracing::error!(
"Failed to compress db file (generation {}): {}",
"Failed to compress db file (generation {}): {:?}",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also changed error printout to Debug format - hopefully it will be more informative than IO error we got so far.

@penberg penberg added this pull request to the merge queue Oct 4, 2023
Merged via the queue into main with commit 92bbc09 Oct 4, 2023
9 checks passed
@penberg penberg deleted the bottomless-gzip-db-path branch October 4, 2023 07:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants