swanky-node icon indicating copy to clipboard operation
swanky-node copied to clipboard

DB snapshot import/export

Open shunsukew opened this issue 2 years ago • 0 comments

Description

Part of https://github.com/AstarNetwork/swanky-node/issues/49

Entire DB snapshot import/export feature, so that users can share local development blocks/states with others.

Substrate does have db path option --base-path, so without need of implementation at node level, users can choose where to store blockchain data. Also, it is possible to share entire db folder with others.

However, taking snapshot of the exact state of a particular block number, this feature would be useful. Discussion required.

Required Tasks

  • [ ] Export DB
  • [ ] Import DB

Estimated done.

{When finished this task?}

Dependencies

{Dependencies issue or PR.}

shunsukew avatar May 10 '23 05:05 shunsukew