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
updating the the steps for network upgrade for forte (#1513)
* updating the the steps for network upgrade for forte
* updating the the steps for network upgrade for forte
* Apply suggestion from @peterargue
Co-authored-by: Peter Argue <89119817+peterargue@users.noreply.github.com>
* updating based on review comment
* removing the line about build from source
---------
Co-authored-by: Peter Argue <89119817+peterargue@users.noreply.github.com>
Copy file name to clipboardExpand all lines: docs/protocol/node-ops/node-operation/network-upgrade.md
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,14 @@ Network Upgrades are approximately once every year.
16
16
Upcoming network upgrades are announced in advance on the `#flow-validators-announcements`[Discord channel](https://discord.gg/flow) and on the [status](https://status.flow.com/) page.
17
17
The `#flow-validators-announcements` channel is also used to coordinate during the upgrade process with all the node operators.
18
18
19
+
> 📢 [Forte Upgrade](https://status.flow.com/incidents/x91d6t1x1qh4) on Wednesday, Oct 22nd, 2025 at 15:00 UTC
20
+
19
21
This guide is for existing operators participating in a network upgrade. See [Node Bootstrap](./node-bootstrap.md)
20
22
for a guide to joining the network for the first time.
21
23
22
24
## Step 1 - Cleaning Up Previous Spork State
23
25
24
-
Once the spork start has been announced on, stop your node and clear your database. The node should stay stopped for the duration of the spork.
26
+
Once the spork start has been announced on Discord, stop your node and clear your database. The node should stay stopped for the duration of the spork.
25
27
26
28
<Callouttype="warning">
27
29
You can skip this step if it is your first time running a node on Flow.
@@ -54,7 +56,8 @@ If you had set the [dynamic bootstrap arguments](https://developers.flow.com/pro
54
56
- It will generally be `testnet-x` or `mainnet-x` if execution data indexing is not enabled.
55
57
- It will generally be `testnet-x-execution` or `mainnet-x-execution` if execution data indexing is enabled. See [here](../access-nodes/access-node-configuration-options.md) to enable execution date indexing.
56
58
57
-
-`YOUR_NODE_TYPE` should be one of `collection`, `consensus`, `execution`, `verification`, `access` based on the node(s) that you are running.
59
+
-`YOUR_NODE_TYPE` should be one of `collection`, `consensus`, `execution`, `verification` based on the node(s) that you are running.
60
+
- For access nodes however, if you have execution data index enabled use the role `execution` to ensure the execution state files (`root.checkpoint*`) are also downloaded. If you do not have execution data indexing enabled, specify the role as `access`.
0 commit comments