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
Copy file name to clipboardExpand all lines: lib/sui/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,7 +177,7 @@ sudo systemctl start suid
177
177
178
178
4. Journalctl and Node Status throws errors:
179
179
180
-
Set up archival fallback to enable your node to fallback to an archive in case of lag, add this block to your fullnode.yaml file as described herehttps://docs.sui.io/guides/operator/archives#set-up-archival-fallback. Restart Node
180
+
Set up archival fallback to enable your node to fallback to an archive in case of lag, add this block to your fullnode.yaml file as described [here](https://docs.sui.io/guides/operator/archives#set-up-archival-fallback). Restart Node
181
181
Example:
182
182
```yaml
183
183
state-archive-read-config:
@@ -199,7 +199,7 @@ state-archive-read-config:
199
199
use-for-pruning-watermark: false
200
200
```
201
201
202
-
5. Restoring a Full node using snapshots: Restoring using RocksDB snapshots to restore from a RocksDB snapshot, follow these steps(https://docs.sui.io/guides/operator/snapshots):
202
+
5. Restoring a Full node using snapshots: Restoring using RocksDB snapshots to restore from a RocksDB snapshot, follow [these steps](https://docs.sui.io/guides/operator/snapshots):
0 commit comments