---
title: "Resize 1C Database"
sidebar_label: "Resize database"
sidebar_position: 2
description: "How to change the database configuration, line, increase the number of vCPU, RAM, or local disk size"
---

import Formbricks from '@theme/MDXComponents/Formbricks'

# Resize 1C Database

:::warning

During 1C database resizing, all information bases associated with it may be temporarily unavailable.

We recommend scheduling the maintenance during off-peak hours for the 1C database and [using session locking](/cloud-1c/infobase/manage-infobase-user-sessions.mdx#set-lock) for information bases.

:::

When resizing, you can:

* change the [configuration](/cloud-1c/about/configurations.mdx#database-configurations);
* change the line — from Standard to HighFreq and vice versa;
* change the number of resources in the current fixed or custom configuration — vCPU, RAM, and local disk size. The number of vCPU and RAM can be decreased or increased; local disk size cannot be decreased.

The process of changing the database configuration depends on whether a replica exists:

* no replica — the master node will be stopped while changes are being applied, and the database will be temporarily unavailable for read and write operations;
* replica exists — the database will be available for read and write operations while changes are being applied. First, the replica's configuration will be changed, then the master node will switch to the replica, and its configuration will be changed as well.

The time required to change the configuration depends on the database data volume.

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

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

3. Open the database page.

4. Click **Resize Database**.

5. Select a [configuration](/cloud-1c/about/configurations.mdx#database-configurations).

6. Specify the required number of resources. The number of vCPU and RAM can be increased or decreased; local disk size cannot be decreased.

7. Optional: configure replication. A database can have only one replica.

   * To disable an existing replica, uncheck the **Add replica** checkbox;
   * if the database does not yet have a replica and you want to create one, check the **Add replica** checkbox.

8. Click **Save**.

<Formbricks />
