You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs-2.0/20.appendix/0.FAQ.md
+4
Original file line number
Diff line number
Diff line change
@@ -297,6 +297,10 @@ Nebula Graph {{ nebula.release }} does not provide any commands or tools to supp
297
297
298
298
1. Scale out and scale in metad: The metad process can not be scaled out or scale in. The process cannot be moved to a new machine. You cannot add a new metad process to the service.
299
299
300
+
!!! note
301
+
302
+
You can use the [Meta transfer script tool](https://github.com/vesoft-inc/nebula/blob/master/scripts/meta-transfer-tools.sh) to migrate Meta services. Note that the Meta-related settings in the configuration files of Storage and Graph services need to be modified correspondingly.
303
+
300
304
2. Scale in graphd: Remove the IP of the graphd process from the code in the client. Close this graphd process.
301
305
302
306
3. Scale out graphd: Prepare the binary and config files of the graphd process in the new host. Modify the config files and add all existing addresses of the metad processes. Then start the new graphd process.
0 commit comments