Skip to content

Commit c2c5ec0

Browse files
authored
Update README.md
update the snapshot link and added comment to use the latest changes.
1 parent 6c63a19 commit c2c5ec0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ You can download snapshots using Mithril, which are available for mainnet, prepr
6060
A detailed explanation can be found [here](https://mithril.network/doc/manual/getting-started/bootstrap-cardano-node)
6161
<details open>
6262
<summary><i>mainnet</i></summary>
63-
Get the most recent weekly snapshot link [here](https://update-cardano-mainnet.iohk.io/cardano-db-sync/index.html#13.5/), and set it as `RESTORE_SNAPSHOT` below, or omit if you wish to sync from genesis.
63+
Get the most recent weekly snapshot link from https://update-cardano-mainnet.iohk.io/cardano-db-sync/index.html#13.6/ , and set it as `RESTORE_SNAPSHOT` below, or omit if you wish to sync from genesis.
64+
65+
Example - RESTORE_SNAPSHOT=https://update-cardano-mainnet.iohk.io/cardano-db-sync/13.6/db-sync-snapshot-schema-13.6-block-11822103-x86_64.tgz
6466

6567
> **Disclaimer:** The Chainfollower environment variables are currently mandatory.
6668
> Otherwise the Token registry will get stuck.
@@ -69,7 +71,7 @@ Get the most recent weekly snapshot link [here](https://update-cardano-mainnet.i
6971
``` console
7072
DOCKER_BUILDKIT=1 \
7173
COMPOSE_DOCKER_CLI_BUILD=1 \
72-
RESTORE_SNAPSHOT=https://update-cardano-mainnet.iohk.io/cardano-db-sync/13.6/db-sync-snapshot-schema-13.6-block-11090788-x86_64.tgz \
74+
RESTORE_SNAPSHOT=use latest snapshot file from above link (.tgz file) \
7375
docker compose up -d --build &&\
7476
docker compose logs -f
7577
```

0 commit comments

Comments
 (0)