Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove enterprise #2261

Merged
merged 2 commits into from
Oct 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,8 @@ NebulaGraph v3.x 升级至 v{{nebula.release}},只需要使用 v{{nebula.relea

编译时注意设置安装路径,和旧版本的安装路径保持一致。

## Docker Compose 部署升级步骤
## Docker Compose 部署

1. 修改目录`nebula-docker-compose`内的文件`docker-compose.yaml`,将`image`后的所有版本都修改为`{{nebula.branch}}`。

2. 在目录`nebula-docker-compose`内执行命令`docker-compose pull`,更新所有服务的镜像版本。

3. 执行命令`docker-compose down`停止 NebulaGraph 服务。

4. 执行命令`docker-compose up -d`启动 NebulaGraph 服务。
!!! caution

Docker Compose 部署的 NebulaGraph 建议重新部署新版本后导入数据。
28 changes: 14 additions & 14 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ extra:
azureLatestRelease: 3.1.0 # 支持Azure云的最新文档版本
aliyunLatestRelease: 3.1.0 # 支持阿里云的最新文档版本
ent:
ent_begin: <!-- --> # 文档包含企业版时需补全该注释(<!-- -->),只包含社区版时只保留注释头(<!--)
ent_end: <!-- --> #文档包含企业版时需补全该注释(<!-- -->),只包含社区版时只保留注释尾(-->)
ent_begin: <!-- # 文档包含企业版时需补全该注释(<!-- -->),只包含社区版时只保留注释头(<!--)
ent_end: --> #文档包含企业版时需补全该注释(<!-- -->),只包含社区版时只保留注释尾(-->)


nav:
Expand Down Expand Up @@ -340,7 +340,7 @@ nav:
- 谓词函数: 3.ngql-guide/6.functions-and-expressions/8.predicate.md
foesa-yang marked this conversation as resolved.
Show resolved Hide resolved
- geo 函数: 3.ngql-guide/6.functions-and-expressions/14.geo.md
#ent
- Elasticsearch 查询函数: 3.ngql-guide/6.functions-and-expressions/17.ES-function.md
#ent - Elasticsearch 查询函数: 3.ngql-guide/6.functions-and-expressions/17.ES-function.md
- 自定义函数: 3.ngql-guide/6.functions-and-expressions/9.user-defined-functions.md

- 通用查询语句:
Expand Down Expand Up @@ -452,7 +452,7 @@ nav:
- 使用生态工具安装: 4.deployment-and-installation/2.compile-and-install-nebula-graph/6.deploy-nebula-graph-with-peripherals.md
- 安装存算合并版 NebulaGraph: 4.deployment-and-installation/standalone-deployment.md
#ent
- 设置 NebulaGraph 企业版 License: 4.deployment-and-installation/deploy-license.md
#ent - 设置 NebulaGraph 企业版 License: 4.deployment-and-installation/deploy-license.md
- 管理服务: 4.deployment-and-installation/manage-service.md
- 连接服务: 4.deployment-and-installation/connect-to-nebula-graph.md
- 管理 Storage 主机: 4.deployment-and-installation/manage-storage-host.md
Expand All @@ -473,23 +473,23 @@ nav:
- 日志:
- 运行日志: 5.configurations-and-logs/2.log-management/logs.md
#ent
- 审计日志(企业版): 5.configurations-and-logs/2.log-management/audit-log.md
#ent - 审计日志(企业版): 5.configurations-and-logs/2.log-management/audit-log.md

- 监控:
- 查询 NebulaGraph 监控指标: 6.monitor-and-metrics/1.query-performance-metrics.md
- RocksDB 统计数据: 6.monitor-and-metrics/2.rocksdb-statistics.md
#ent
- 黑匣子:
- 黑匣子介绍: 6.monitor-and-metrics/3.bbox/3.1.bbox.md
- Nebula-BBox 工具: 6.monitor-and-metrics/3.bbox/3.2.bbox-reviewer.md
#ent - 黑匣子:
#ent - 黑匣子介绍: 6.monitor-and-metrics/3.bbox/3.1.bbox.md
#ent - Nebula-BBox 工具: 6.monitor-and-metrics/3.bbox/3.2.bbox-reviewer.md

- 数据安全:
- 验证和授权:
- 身份验证: 7.data-security/1.authentication/1.authentication.md
- 用户管理: 7.data-security/1.authentication/2.management-user.md
- 内置角色权限: 7.data-security/1.authentication/3.role-list.md
#ent
- OpenLDAP 验证: 7.data-security/1.authentication/4.ldap.md
#ent - OpenLDAP 验证: 7.data-security/1.authentication/4.ldap.md
- SSL 加密: 7.data-security/4.ssl.md

- 备份与恢复:
Expand All @@ -508,7 +508,7 @@ nav:
- 同步与迁移:
- 负载均衡: synchronization-and-migration/2.balance-syntax.md
#ent
- 集群间数据同步: synchronization-and-migration/replication-between-clusters.md
#ent - 集群间数据同步: synchronization-and-migration/replication-between-clusters.md

- 最佳实践:
- Compaction: 8.service-tuning/compaction.md
Expand Down Expand Up @@ -701,7 +701,7 @@ nav:
- 自定义 NebulaGraph 集群的配置参数: nebula-operator/8.custom-cluster-configurations/8.1.custom-conf-parameter.md
- 回收 PV: nebula-operator/8.custom-cluster-configurations/8.2.pv-reclaim.md
#ent
- 均衡扩容后的 Storage 数据: nebula-operator/8.custom-cluster-configurations/8.3.balance-data-when-scaling-storage.md
#ent - 均衡扩容后的 Storage 数据: nebula-operator/8.custom-cluster-configurations/8.3.balance-data-when-scaling-storage.md
- 升级 NebulaGraph 集群: nebula-operator/9.upgrade-nebula-cluster.md
- 连接 NebulaGraph 数据库: nebula-operator/4.connect-to-nebula-graph-service.md
- 故障自愈: nebula-operator/5.operator-failover.md
Expand All @@ -714,10 +714,10 @@ nav:
- NebulaGraph Algorithm: graph-computing/nebula-algorithm.md

#ent
- NebulaGraph Analytics: graph-computing/nebula-analytics.md
#ent - NebulaGraph Analytics: graph-computing/nebula-analytics.md

#ent
- NebulaGraph Explorer 工作流: graph-computing/use-explorer.md
#ent - NebulaGraph Explorer 工作流: graph-computing/use-explorer.md

- NebulaGraph Spark Connector: nebula-spark-connector.md

Expand All @@ -735,7 +735,7 @@ nav:
- NebulaGraph Explorer: 20.appendix/release-notes/explorer-release-note.md
- 学习路径: 20.appendix/learning-path.md
#ent
- 关于 License: 20.appendix/8.about-license.md
#ent - 关于 License: 20.appendix/8.about-license.md
- 常见问题 FAQ: 20.appendix/0.FAQ.md
- 生态工具概览: 20.appendix/6.eco-tool-version.md
- 导入工具选择: 20.appendix/write-tools.md
Expand Down