---
title: "Create a 1C Database"
sidebar_label: "Create a database"
description: "How to create a 1C database"
sidebar_position: 1
author: false
---

import Tabs from '@theme/Tabs'
import TabItem from '@theme/TabItem'
import {CustomTable} from 'docs-kit/components'
import {TabItemLabel} from 'docs-kit/components'
import Formbricks from '@theme/MDXComponents/Formbricks'

# Create a 1C database

1. In the [control panel](https://my.selectel.ru/ones/base), on the top menu, click **Products** and select **1C Managed Cloud**.

2. Go to the **Databases** section.

3. Click **Create database**.

4. Enter the database name. It will be used only in the control panel.

5. Select the [region and pool](/infrastructure/locations.mdx) where the database will be created.

6. Select a [pre-configured set of resources](/cloud-1c/about/configurations.mdx#database-configurations) for the database:

   * fixed — a line of Standard or HighFreq configurations, a fixed resource ratio of up to 24 vCPUs, 208 GB of RAM, and 2 TB of local disk space;
   * custom — select any resource ratio of up to 20 vCPUs, 256 GB of RAM, and 1.23 TB of local disk space.

7. Optional: to create a database replica, in the **Fault Tolerance** block, check the **Add replica** box. If the master node becomes unavailable, the replica will take over its role, and the database will continue to operate normally.

8. Check the total cost of the database.

9. Click **Create database**.

<Formbricks />
