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
#### Create the configuration directory for the new version
200
200
201
-
The Cardano node configuration files are stored under `mithril-infra/assets/docker/cardano/config/`. The version folder name can omit the patch version if the configuration is valid for all patch versions of the minor release (e.g. use `10.7` instead of `10.7.1`):
201
+
The Cardano node configuration files are stored under `mithril-infra/assets/docker/cardano/config/`. The version folder name can omit the patch version if the configuration is valid for all patch versions of the minor release (e.g. use `11.0` instead of `11.0.1`):
The Cardano node configuration files (topology, genesis, config) for each network must be updated in the `mithril-infra` directory. The configuration files are available in the release bundle of the Cardano node in the `share` directory.
41
41
42
-
When deploying the infrastructure, the version of the Cardano node is matched exactly and fails over the minor version by matching the folder name in the `mithril-infra/assets/docker/cardano/config` folder. If the new version configuration files are valid for all minor versions you can name the folder by omitting the patch version (eg `10.7` instead of `10.7.1`).
42
+
When deploying the infrastructure, the version of the Cardano node is matched exactly and fails over the minor version by matching the folder name in the `mithril-infra/assets/docker/cardano/config` folder. If the new version configuration files are valid for all minor versions you can name the folder by omitting the patch version (eg `11.0` instead of `11.0.1`).
43
43
44
44
Update the Cardano node image version in the infrastructure configuration for each network:
@@ -594,9 +594,9 @@ You will see that the certificate chain is validated to ensure the issued certif
594
594
7/7 - Verifying the cardano db signature…
595
595
Cardano database snapshot 'bfd6621886fe1d3810e1ffb5e366c1688f9cc2ac1ee6aa40eb99ab28f0cc1fd6' archives have been successfully unpacked. Immutable files have been successfully verified with Mithril.
596
596
597
-
Files in the directory 'db' can be used to run a Cardano node with version >= 10.7.1.
597
+
Files in the directory 'db' can be used to run a Cardano node with version >= 11.0.1.
598
598
599
599
If you are using Cardano Docker image, you can restore a Cardano Node with:
@@ -506,16 +506,16 @@ You will see that the selected snapshot archive has been downloaded locally unpa
506
506
7/7 - Verifying the cardano db signature
507
507
Cardano database snapshot '188f65fc7d3bbf30a59ab05ce4ec6649cec96a1b51b909ca0d1702555e8605d0' archives have been successfully unpacked. Immutable files have been successfully verified with Mithril.
508
508
509
-
Files in the directory 'db' can be used to run a Cardano node with version >=10.7.1.
509
+
Files in the directory 'db' can be used to run a Cardano node with version >=11.0.1.
510
510
511
511
If you are using the Cardano Docker image, you can restore a Cardano node with:
You will see the Cardano node start by validating the files ingested from the snapshot archive. Then, it will synchronize with the other network nodes and start adding blocks:
0 commit comments