Implement Automated Task using try-runtime
to create snapshots of mainnet and testnet.
#1828
Labels
try-runtime
to create snapshots of mainnet and testnet.
#1828
Note this is using https://github.com/paritytech/try-runtime-cli/
As a developer, I want to be able to test storage migrations, etc. using
try-runtime
. However, when the target network is mainnet, this process takes many hours, if it succeeds at all. Creating a snapshot takes a long time (> 12 hours), but it does succeed.The
try-runtime
crate should be installed and updated.Here's the command to create the snapshot.
Using a snapshot only takes a few seconds to execute:
Might be related: #1824
The text was updated successfully, but these errors were encountered: