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: user-guide/03-Extending your Pioreactor/01-cluster-management/02-power-cluster.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,7 @@ Each Pioreactor requires a Raspberry Pi, so you'll need to provide power to each
10
10
11
11
### Powering 2 to ~6 Pioreactors
12
12
13
-
Individual PSUs don't scale very well, so below are some other options for powering many Pioreactors with a single PSU.
14
-
15
-
You can purchase USB hubs from sites like Amazon. They may look something like below:
13
+
Individual PSUs don't scale very well, so below are some other options for powering many Pioreactors with a single PSU. You can purchase USB hubs from sites like Amazon.
We publish new software occasionally that fixes bugs, adds new features, and improves performance. You can update your Pioreactor(s) to the latest software from the UI, or from the command line. **We highly recommend keeping your Pioreactor software up to date!**
7
10
8
11
@@ -37,10 +40,6 @@ The updating process will update to the _next_ release, after your current versi
37
40
38
41
You can install the bleeding-edge software from this page as well. Just select the development build in the drop down. Warning: this version may be unstable (and fun!)
39
42
40
-
41
-

42
-
43
-
44
43
Similarly, from the [command line](https://docs.pioreactor.com/user-guide/accessing-raspberry-pi), you can install specific versions. See `pio update app --help` for more.
45
44
46
45
@@ -50,7 +49,13 @@ Similarly, from the [command line](https://docs.pioreactor.com/user-guide/access
50
49
51
50
Each time we release a new Pioreactor version, we create a bundle of the required files as a zip file. This zip file can be uploaded to your Pioreactor cluster via the UI.
52
51
53
-
1. On the [Releases page](https://github.com/Pioreactor/pioreactor/releases?q=prerelease%3Afalse&expanded=true), download the `release_xx.xx.xx.zip` file for the version you want onto a computer with access to the Pioreactor web UI.
52
+
:::info
53
+
54
+
We highly recommend updating incrementally. That is, update to the _next_ version, and continue only if it succeeds.
55
+
56
+
:::
57
+
58
+
1. Download the release you wish to update to: <ButtonDownloadVersionedReleaseZip/>
54
59
55
60
2. In the web UI, visit _Updates_. In the drop down in the top right, select "Update from zip file".
56
61
@@ -69,7 +74,8 @@ Each time we release a new Pioreactor version, we create a bundle of the require
69
74
### Method 3: Update using a zip file over scp or sftp
70
75
71
76
72
-
1. On the [Releases page](https://github.com/Pioreactor/pioreactor/releases?q=prerelease%3Afalse&expanded=true), download the `release_xx.xx.xx.zip` file for the version you want.
77
+
1. Download the release you wish to update to: <ButtonDownloadVersionedReleaseZip/>
78
+
73
79
2. We need a software tool up upload this release to the Pioreactor.
0 commit comments