---
title: "Creating Database Clusters | Hostman Docs"
description: "Create a database cluster using Hostman's cloud platform to improve performance and ensure data reliability."
---

> For the complete documentation index for AI agents, see [llms.txt](https://hostman.com/llms.txt).

You can create managed database clusters consisting of one or more databases.

To create a new cluster:

1.  Go to the **[Databases](https://hostman.com/my/database)** section and click **Create Database**.
2.  Select the database type and its version: MySQL, PostgreSQL, Valkey etc. Once created, you won’t be able to change the database type or version.
3.  Select the region where your database cluster should be located.
    
4.  Select the plan, i.e. the configuration of your cluster. 
    

On the basic plan, MySQL and PostgreSQL clusters are limited to a single database and a single user, and some configuration parameters cannot be modified. For details, see the [MySQL](https://hostman.com/docs/dbaas/mysql/#basic-plan-limitations) and [PostgreSQL](https://hostman.com/docs/dbaas/postgresql/#basic-plan-limitations) limitations.

5.  Select the network settings. You can either create a new private network or add this cluster to an existing one. You can also manually assign a private IP address for this database cluster.
    

When creating a new network, you’ll need to set the IP address range for it. 

| **Available ranges** | **Maximum CIDR size** | **Minimum CIDR size** |
| --- | --- | --- |
| 10.0.0.0/x | /8 | /28 |
| 192.168.0.0/x | /16 | /28 |
| 172.16.0.0/x | /12 | /28 |

6.  Enable the backups if necessary. If enabled, one backup copy will be created daily. You can always enable or disable this option later.
7.  Set the password for the default database user. After the cluster is created, you can add other database users as well as change the password of the default one. 
8.  You can also set your custom name for the cluster, add a comment and choose the project to add the cluster to.
9.  Click **Create** and you can start working with the database in a couple of minutes.

The database will be issued a public IP address, which you can see in the dashboard. If necessary, you can disable access via public IP in the database settings.
