跳转至

编译BRGraph

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

准备工作Graph

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

操作步骤Graph

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

    git clone https://github.com/vesoft-inc/nebula-br.git
    
  2. 进入br目录。

    cd nebula-br
    
  3. 编译BR。

    make
    

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

[nebula-br]$ bin/br version
Nebula Backup And Restore Ultility Tool,V-0.1.0
   GitSha: 8e994dc
   GitRef: master
please run "help" subcommand for more infomation.

最后更新: August 12, 2021
Back to top