Bootstrapping an archive node #674
abbaahmad
started this conversation in
Dev Doc and Tutorial Feedback
Replies: 2 comments 3 replies
-
I have tried with Google cloud as well with similar results. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The ends of the logs looks like it succeeded but I have made some more tests and it might have been that the run crashed and that it only showed earlier in the logs? With my current tests the process uses a lot of ram. OOMing with 128GB available. |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
Hi. I've tried bootstrapping an archive node by restoring from S3. At the end of the process, I got this message:
Which I interpreted as successful. Here was the command used:
./aptos node bootstrap-db --ledger-history-start-version 0 --target-version 2613213792 --command-adapter-config ./s3-public.yaml --target-db-dir ./.
I also turned off pruning before starting the node. Now the node is running, but here is the output of status:I would have expected both oldest_ledger_version and oldest_block_height to be 0. Is that a wrong impression of what restore does or did I miss a step somewhere?
Beta Was this translation helpful? Give feedback.
All reactions