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
- mv unit test to integration (need contracts deployment) [`7236ac5`](https://github.com/oceanprotocol/ocean-node/commit/7236ac5a603b2ef9c66ccf68a8a6d52acdb96855)
48
+
- refactor, move getAdmins fn to auth [`5ba8bd5`](https://github.com/oceanprotocol/ocean-node/commit/5ba8bd528286a5c18acda572a1ce6170672415e6)
Copy file name to clipboardExpand all lines: docs/dockerDeployment.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,23 @@ CONTAINER ID IMAGE COMMAND CREATE
62
62
858a59502302 typesense/typesense:26.0 "/opt/typesense-serv…" 17 seconds ago Up 10 seconds 0.0.0.0:8108->8108/tcp, :::8108->8108/tcp typesense
63
63
```
64
64
65
+
## Upgrade Ocean Node
66
+
67
+
Ocean Node container image is updated regularly. To upgrade to the latest version, run the following script. Required updated will be notified through our communication channels.
68
+
69
+
```shell
70
+
$ ./scripts/ocean-node-update.sh
71
+
```
72
+
73
+
If script is not executed you can change permissions and execute it.
74
+
75
+
```shell
76
+
$ chmod +x scripts/ocean-node-update.sh
77
+
$ ./scripts/ocean-node-update.sh
78
+
```
79
+
80
+
---
81
+
65
82
Additional notes:
66
83
67
84
- the docker compose file generated will have the following format. For all available configurations, refer to the [Environment Variables](https://github.com/oceanprotocol/ocean-node/blob/main/docs/env.md) documentation
0 commit comments