From b61a73c5c93f79f438c63b9bc272525e2cd71264 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E6=99=93=E9=9D=92?= <86282370+izhuxiaoqing@users.noreply.github.com> Date: Thu, 16 Sep 2021 18:18:43 +0800 Subject: [PATCH] Update upgrade-nebula-from-200-to-250.md --- .../upgrade-nebula-from-200-to-250.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs-2.0/4.deployment-and-installation/3.upgrade-nebula-graph/upgrade-nebula-from-200-to-250.md b/docs-2.0/4.deployment-and-installation/3.upgrade-nebula-graph/upgrade-nebula-from-200-to-250.md index 0bb51272f22..e6263651bdf 100644 --- a/docs-2.0/4.deployment-and-installation/3.upgrade-nebula-graph/upgrade-nebula-from-200-to-250.md +++ b/docs-2.0/4.deployment-and-installation/3.upgrade-nebula-graph/upgrade-nebula-from-200-to-250.md @@ -46,4 +46,10 @@ To upgrade Nebula Graph v2.0.x to v{{nebula.release}}, you only need to use the ## Upgrade steps by deploying Docker Compose -See [How to update the Docker image of Nebula Graph services](../2.compile-and-install-nebula-graph/3.deploy-nebula-graph-with-docker-compose.md#nebula_graphdocker). +1. Modify the file `docker-compose.yaml` in the directory `nebula-docker-compose`, and modify all versions after `image` to `{{nebula.release}}`. + +2. Execute the command `docker-compose pull` in the directory `nebula-docker-compose` to update the images of all services. + +3. Execute the command `docker-compose down` to stop the Nebula Graph service. + +4. Execute the command `docker-compose up -d` to start the Nebula Graph service.