Creating a new cluster
This guide walks you through the process of creating a new PostgreSQL cluster on RayDB.
Step 1: Navigate to the Clusters Section
After logging in to your RayDB account, go to the Clusters section in the dashboard.
Step 2: Click "Create Cluster"
Click the Create Cluster button to begin the setup process.
Step 3: Configure Cluster Settings
Fill in the required details:
- Cluster Name: Choose a unique name for your cluster.
- Instance Size: Choose the appropriate compute and storage options.
Step 4: Confirm and Deploy
Review your selections and click Create to deploy your new PostgreSQL instance. The provisioning process may take a few moments.
Step 5: Retrieve Connection Details
Once the cluster is ready, navigate to the Cluster Details page to find the connection string. Use this to connect via psql, your application, or cluster management tools.
Your cluster is now live! You can proceed with Connecting to Your Cluster to integrate it with your application.