Installing ydbops
Note
The ydbops
utility is under active development. Although backward-incompatible changes are unlikely, they may still occur.
Currently, only building from source is available as an installation option. The pre-compiled executables will be available later.
Building from source
-
Install Go. The minimal required Go version is 1.21.
-
Clone the
ydbops
repository from GitHub:git clone https://github.com/ydb-platform/ydbops.git
-
Invoke
go build
in the repository root folder:go build
The
ydbops
executable will be available in the repository root folder.
Download the binary from releases page
Warning
This option has yet to be made available.