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
|`backend`|`--backend`|`-b`| - | Backend to use, either: `v1` (default, full database restoration only) or `v2` (unstable, full or partial database restoration) |`v1`| - | - |
566
569
|`digest`| - | - | - | Digest of the Cardano db snapshot to download or `latest` for the latest artifact | - | - |:heavy_check_mark:|
567
570
|`download_dir`|`--download-dir`| - | - | Directory where the immutable and ancillary files will be downloaded | - | - | - |
568
571
|`genesis_verification_key`|`--genesis-verification-key`| - |`GENESIS_VERIFICATION_KEY`| Genesis verification key to check the certificate chain | - | - |:heavy_check_mark:|
569
572
|`include_ancillary`|`--include-ancillary`| - | - | Include ancillary files in the download, if set the `ancillary_verification_key` is required in order to verify the ancillary files |`false`| - | - |
570
573
|`ancillary_verification_key`|`--ancillary-verification-key`| - |`ANCILLARY_VERIFICATION_KEY`| Ancillary verification key to verify the ancillary files | - | - | - |
574
+
|`start`|`--start`| - | - |[backend `v2` only] The first immutable file number to download | - | - | - |
575
+
|`end`|`--end`| - | - |[backend `v2` only] The last immutable file number to download | - | - | - |
576
+
|`allow_override`|`--allow-override`| - | - |[backend `v2` only] Allow existing files in the download directory to be overridden |`false`| - | - |
571
577
572
578
`mithril-stake-distribution list` command:
573
579
@@ -622,19 +628,37 @@ Here is a list of the available parameters:
622
628
623
629
`cardano-db-v2 snapshot show` command:
624
630
631
+
:::warning
632
+
633
+
Deprecated, use `cardano-db snapshot show` with option `--backend v2` instead
634
+
635
+
:::
636
+
625
637
| Parameter | Command line (long) | Command line (short) | Environment variable | Description | Default value | Example | Mandatory |
0 commit comments