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

docs: update deploy docs according to 1.5.4 changes #137

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
10 changes: 7 additions & 3 deletions docs/cbdb-op-deploy-guide.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
---
title: Deploy Manually Using RPM Package
title: Deploy with Multiple Computing Nodes
---

# Deploy Cloudberry Database Manually Using RPM Package
# Deploy Cloudberry Database Manually Using RPM Package with Multiple Computing Nodes

This document introduces how to manually deploy Cloudberry Database on physical machines using RPM package. Before reading this document, it is recommended to first read the [Software and Hardware Configuration Requirements](/docs/cbdb-op-software-hardware.md) and [Prepare to Deploy Cloudberry Database on Physical Machine](/docs/cbdb-op-prepare-to-deploy.md).
This document introduces how to manually deploy Cloudberry Database on physical machines using RPM package with multiple computing nodes. Before reading this document, it is recommended to first read the [Software and Hardware Configuration Requirements](/docs/cbdb-op-software-hardware.md) and [Prepare to Deploy Cloudberry Database on Physical Machine](/docs/cbdb-op-prepare-to-deploy.md).

:::warning
The deployment method described in this document is suitable only for deploying Cloudberry Database v1.0.0, not for deploying later versions.
:::

The deployment method in this document is for production environments.

Expand Down
Loading