Skip to content

Commit

Permalink
chore: add upgrade disclaimer.
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherbrumm committed Sep 28, 2023
1 parent 337f244 commit cb93af8
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ Once you see that KSYNC is syncing blocks you can open `https://localhost:7878/l
return an empty array, but after the first snapshot height is reached (check the interval in the data pool settings) you
should see a first snapshot object in the response.

:::caution
**Software upgrades** of the data source node have to be performed manually. Therefore, you only need to switch the `archwayd` binaries (after the node exited automatically at an upgrade height) in order to restart KSYNC.
:::

### Changing snapshot api server port

Check failure on line 85 in docs/validators/protocol_nodes/pools/archway_state-sync/run_ksync.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/validators/protocol_nodes/pools/archway_state-sync/run_ksync.md#L85

[Vale.Spelling] Did you really mean 'api'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'api'?", "location": {"path": "docs/validators/protocol_nodes/pools/archway_state-sync/run_ksync.md", "range": {"start": {"line": 85, "column": 23}}}, "severity": "ERROR"}

You can change the snapshot api server port with the flag `--snapshot-port=<port>`

Check failure on line 87 in docs/validators/protocol_nodes/pools/archway_state-sync/run_ksync.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/validators/protocol_nodes/pools/archway_state-sync/run_ksync.md#L87

[Vale.Spelling] Did you really mean 'api'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'api'?", "location": {"path": "docs/validators/protocol_nodes/pools/archway_state-sync/run_ksync.md", "range": {"start": {"line": 87, "column": 29}}}, "severity": "ERROR"}
Expand Down

0 comments on commit cb93af8

Please sign in to comment.