Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/advanced/snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ drwxr-xr-x 257 root root 4096 Jan 14 17:30 object_database
```
Now use snapshot to proceed with the recovery. Move snapshot data to blockchain directory.
```bash
~/opt/gxb# mv /opt/gxchain/data/snapshots/object_database-00a172b14a44015d35202ecabbdf1547be7fbbfe trusted_node/blockchain/object_database
~/opt/gxb# mv /opt/gxchain/data/snapshots/object_database-00a172b14a44015d35202ecabbdf1547be7fbbfe/* trusted_node/blockchain/object_database/
```

It performs additional replay for the remaining blocks(blocks after 10580657) based on the point at which index creation is completed and snapshot is made .
Expand Down