You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Step 5: Launch a Cardano node from the restored Cardano DB snapshot
496
+
### Step 5 (optional): Convert the ledger state snapshot to another flavor
497
+
498
+
After restoring a snapshot with the `--include-ancillary` option, the ledger state is in the `InMemory` format. You can convert it to another UTxO-HD flavor (e.g., `LMDB` or `Legacy`) using the Mithril client `tools utxo-hd snapshot-converter` command.
499
+
500
+
To do so, run the following command with the `--unstable` flag:
Use the `--commit` option to replace the current ledger state with the converted snapshot.
513
+
514
+
You can also replace `latest` with a specific Cardano node version tag which will be used to download the corresponding Cardano node distribution and extract the `snapshot-converter` binary tool.
515
+
516
+
### Step 6: Launch a Cardano node from the restored Cardano DB snapshot
488
517
489
518
Launch an empty Cardano node and make it live in minutes!
0 commit comments