-
Discord user IDNo response Describe your question in detail.
So, I have like 10TB AptosDB database, the configuration is like this:
My question is, I got a Aptos Node breaking change, that leads my fullnode unable to read my old aptos blockchain data, instead, the aptos node is try to bootstrap data, without bother the old blockchain data.
My database wasnt on above folders, it flatten on
What error, if any, are you getting?No response What have you tried or looked at? Or how can we reproduce the error?Just look aptos node v1.32 to v1.33 how the behavior about database file reading! 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 detailArch Linux |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi, thanks for reaching out. 😄 If you're seeing your node re-syncing all data, this is likely due to node sharding being enabled. Please see the attached message about migrating your node to use a sharded database:
|
Beta Was this translation helpful? Give feedback.
You can choose to do output sync to avoid error.
sharding will be enforced, in few months. 10T is small, do the migration ASAP.
Note with the increased adoption of Aptos, the storage growth will be super fast. It would be hard for us to continue support once the storage beyond certain size. I'd suggest you to think about having a different solution for your use case, or you will be on your own.