跳转至

编译 BR

目前,BR 还没有作为一个包提供。需要先编译 BR。

准备工作

  • 安装 Go 1.14.x 或更新版本。
  • 安装 make。

操作步骤

  1. 克隆nebula-br库至机器。

    bash git clone https://github.com/vesoft-inc/nebula-br.git

  2. 进入br目录。

    bash cd nebula-br

  3. 编译 BR。

    bash make

用户可以在命令行输入bin/br version,如果返回以下内容,则认为编译成功。

bash [nebula-br]$ bin/br version Nebula Backup And Restore Utility Tool,V-0.6.0 GitSha: 079e7c7 GitRef: master please run "help" subcommand for more infomation.


最后更新: 2026年8月17日