跳转至

编译 BRGraph

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

准备工作Graph

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

操作步骤Graph

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

    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 Utility Tool,V-0.6.0
   GitSha: 079e7c7
   GitRef: master
please run "help" subcommand for more infomation.

最后更新: February 16, 2022