Skip to content

How to update Nebula Graph from RC3 to RC4

Amber Zhang edited this page Apr 17, 2020 · 1 revision
  • First stop Nebula Graph services on all your machines
    • Run scripts/nebula.service stop all command on each machine
    • Run scripts/nebula.service status all command to check the service status
  • Install the new RPM package on each machine
    • Install with wget https://nebula-graph.oss-cn-hangzhou.aliyuncs.com/build-deb/nebula-1.0.0-rc3.el7-5.x86_64.rpm command
    • Then execute rpm -Uvh nebula-1.0.0-rc3.el7-5.x86_64.rpm command
  • Start Nebula Graph services
    • Run scripts/nebula.service start all command on all the machines
    • Run scripts/nebula.service status all command to check the service status