Post
Share your knowledge.
How to verify completion of snapshot upload for epoch?
How can I confirm if a snapshot upload for a specific epoch has finished or is still in progress?
- Sui
- Architecture
Answers
3Check the Sui documentation or related tools to see if any completion notice or success marker is marked for your epoch in the database. This can typically be identified through monitoring the logs for success messages or checking the related tools for any success markers.
You might also follow the process using available monitoring tools that check the status of snapshot uploads and other node operations. These tools may provide a real-time update on the snapshot status through visual dashboards or alerting systems configured in your environment.
To check if the snapshot upload for a specific epoch is finished, you can verify whether there is a success marker present in the database checkpoint for the epoch. The absence of this marker, as indicated by the log message, suggests the process is still in progress.
Do you know the answer?
Please log in and share it.
Sui is a Layer 1 protocol blockchain designed as the first internet-scale programmable blockchain platform.
- Why does BCS require exact field order for deserialization when Move structs have named fields?53
- Multiple Source Verification Errors" in Sui Move Module Publications - Automated Error Resolution42
- Sui Transaction Failing: Objects Reserved for Another Transaction24
- How do ability constraints interact with dynamic fields in heterogeneous collections?04