Deploy and Maintain Manually
Overview
In this guide, you will learn how to deploy Databend manually using the pre-built packages from GitHub releases. This step-by-step guide will walk you through the entire process of setting up and managing your Databend cluster using systemd for service management. The deployment process involves:
- Downloading and extracting the Databend package from GitHub releases
- Configuring and starting the Meta Service nodes using systemd
- Configuring and starting the Query Service nodes using systemd
- Managing cluster scaling operations:
- Adding or removing Meta Service nodes
- Adding or removing Query Service nodes
- Performing version upgrades:
- Upgrading Meta Service nodes
- Upgrading Query Service nodes
This manual deployment approach gives you full control over your Databend cluster configuration and is suitable for environments where automated deployment tools are not available or preferred. Each step is carefully documented with detailed instructions and configuration examples to ensure a smooth deployment process.