Public Betas
Last updated
Last updated
NodeSet maintains a public beta repository for testing prerelease versions of Hyperdrive. Participation in these betas is voluntary and can be done by any NodeSet operator.
To use public beta versions, you will need to configure Hyperdrive's beta package repository. The instructions are similar to those in but the repository is different.
apt
)If your system uses the apt
package manager, you can install Hyperdrive betas by enabling the beta repository.
Start by installing and configuring Docker as in . If you already have a stable version of Hyperdrive installed, you've already done this.
Configure the Beta Repository
Update the system packages and install some prerequisites:
Save the Hyperdrive Beta repository signing key:
Add the Hyperdrive Beta repository to your apt
list:
Now, you can install beta version of Hyperdrive via apt
:
Note that if you had a stable release of Hyperdrive already installed, this will upgrade it to the either the latest beta release or the latest stable release - whichever is newer.
If you'd like to target a specific version (e.g., v1.1.0 Beta 1) instead of using the latest version, use the following syntax:
After installing a new version, you must edit the configurtation of hyperdrive, review the changes and save it by running:
Then Review changes and Save
.
If your system doesn't use apt
or if you prefer to install beta versions manually, follow the same installation instructions as . The only difference is that instead of using a release version, you can use the GitHub prerelease page for your release of choice.