Skip to content

Commit cf8dbd1

Browse files
Merge pull request #451 from falconexe/patch-1
Update MIGRATIONS.md
2 parents 0b8bcd5 + 49ee353 commit cf8dbd1

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

MIGRATIONS.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,16 @@ Download the official v4.0 binary from GitHub:
1111

1212
Replace your existing node binary with the new one.
1313

14-
## 2. Remove the Deprecated `--lighthouse-account` Flag
14+
## 2. Download Parachain Snapshot
15+
16+
Download parachain snapsot from:
17+
18+
* Link: [https://snapshots.robonomics.network/](https://snapshots.robonomics.network/)
19+
20+
Clear your parachain base and extract from archive to ```/path/to/your/parachain/database```.
21+
Fix permissions if necessary.
22+
23+
## 3. Remove the Deprecated `--lighthouse-account` Flag
1524

1625
Starting from v4.0, the `--lighthouse-account` CLI flag is no longer supported.
1726

@@ -23,7 +32,7 @@ If your systemd service or startup script contains:
2332

2433
Remove this line entirely before restarting the node.
2534

26-
## 3. Generate New Session Keys
35+
## 4. Generate New Session Keys
2736

2837
Robonomics v4.0 follows the updated Polkadot SDK requirements, so collators must generate fresh session keys.
2938

@@ -47,7 +56,7 @@ To generate session keys:
4756

4857
Restart the node after generating the keys to ensure they are active.
4958

50-
## 4. Register Your Collator On-Chain
59+
## 5. Register Your Collator On-Chain
5160

5261
Once the node is running with the new session keys, you must register (or re-register) your collator in the **Collator Selection pallet**.
5362

0 commit comments

Comments
 (0)