-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
- Run
- 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
- Install with
- 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
- Run