Skip to content

Commit

Permalink
Update upgrade-nebula-graph-to-260.md (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored Nov 2, 2021
1 parent 0a3299d commit 781b2cf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@ By default, old versions of Nebula Graph are installed in `/usr/local/nebula/`,
- Clone the source code.
```
# git clone --branch v{{nebula.release}} https://github.com/vesoft-inc/nebula-graph.git
# git clone --branch {{nebula.branch}} https://github.com/vesoft-inc/nebula-graph.git
```
- Configure CMake.
```
# cmake -DCMAKE_INSTALL_PREFIX=${nebula-new} -DENABLE_BUILD_STORAGE=on -DENABLE_TESTING=OFF -DCMAKE_BUILD_TYPE=Release -DNEBULA_COMMON_REPO_TAG=v{{nebula.release}} -DNEBULA_STORAGE_REPO_TAG=v{{nebula.release}} ..
# cmake -DCMAKE_INSTALL_PREFIX=${nebula-new} -DENABLE_TESTING=OFF -DCMAKE_BUILD_TYPE=Release ..
```
2. Copy the configuration files from the old path to the new path.
Expand Down

0 comments on commit 781b2cf

Please sign in to comment.