Backup data, which is created by aptos-debugger tool, is too small #610
Unanswered
42dot-hwi-ahn
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Discord user ID
byron1st
Describe your question in detail.
Hello, I am operating a private blockchain network consisting of 8 nodes using Aptos Validator version 1.23.5. I am backing up data to AWS S3 using the
continuously
command of theaptos-debugger
tool.Recently, I needed to change the S3 bucket, so I backed up the data to a new S3 bucket using the same method. As a result, the size of the original backup data was 30GB, whereas the newly created backup data is only 3GB. For reference, the size of the
db/ledger_db
directory in the target validator is 12GB.Upon examining the structure of the backed-up files, I noticed that the data with the
state_epoch_
prefix is significantly lacking. The original backup data containsstate_epoch_
files starting from epoch 500, whereas the new backup only has data for the most recent epoch, 1400.Would such a reduced backup still be sufficient for restore, or is there any additional work I need to do?
What error, if any, are you getting?
No response
What have you tried or looked at? Or how can we reproduce the error?
No response
Which operating system are you using?
Linux (Ubuntu, Fedora, Windows WSL, etc.)
Which SDK or tool are you using? (if any)
N/A
Describe your environment or tooling in detail
No response
Beta Was this translation helpful? Give feedback.
All reactions