---
title: "Database Server Actions"
space: "Cloud"
url: "https://docs.frappe.io/cloud/database-server-actions"
updated: "2026-02-16"
---

On **Server Actions** page, you will find several options for database configuration.

![image9765dc](/files/image9765dc.png)

## What is Binlog & Why It's required ?

The **Binary Log (Binlog)** in MariaDB is a crucial logging mechanism that records all changes to the database - such as SQL statements that modify data (INSERT, UPDATE, DELETE). It does **not** log SELECT queries.

Binlogs are primarily used for:

- **Replication**: Keeping replicas in sync with the primary database.
- **Point-in-time recovery**: Restoring a database to a specific moment in time.

For example, if a site is accidentally deleted or broken due to a faulty SQL query, in that case binlogs combined with the last available backup—allow you to **roll back to a specific time** and recover your data.

## View & Purge Binlogs

You can view binary log file sizes by date. If you're running low on storage, it's possible to **purge old binlogs** that are no longer needed.

![](/files/482719248-8eb4ca2d-b434-42c8-bf76-0e672384f3e5.png)

![](/files/img2.png)

![](/files/img3.png)

## Manage Binlog Retention

By default, when Frappe Cloud provisions a server, MariaDB has a **binlog retention period of 14 days**.

If your site handles a large volume of transactions and binlogs are filling up your storage quickly, you may choose to **reduce the retention period**.

Alternatively, for compliance or auditing purposes, you can **increase binlog retention** as needed.

You can manage these settings directly from the interface:

![](/files/482719805-9d2688b7-0a96-458e-aba1-186e417a56a9.png)

## Binlog Auto-Purging Based on Size Limit

Binlog files can occasionally grow rapidly, consuming a significant portion of your disk space. If Auto Add-on Storage is not enabled, this may lead to storage exhaustion and potential downtime for your server or application.

The Binlog Auto-Purging feature helps prevent such issues by allowing you to define a size limit for binlogs. When the total binlog size exceeds this limit, the system automatically purges older binlogs to bring usage back within the specified threshold.

![image3b13b3](/files/image3b13b3.png)

## Enable / Disable Binlog Indexer

The **Binlog Indexer** converts binary logs into a readable, searchable format, allowing end-users to explore and query binlogs using the **Binlog Browser**.

To **enable** the binlog indexer and browser, click on `Enable Binlog Indexer` under `Database Server Actions`, then confirm the action.

![image16cc0f](/files/image16cc0f.png)

To **disable** the binlog indexer and browser, click on `Disable Binlog Indexer` under `Database Server Actions`, then confirm the action.

![image7a1581](/files/image7a1581.png)

## **Default Configuration for Database Servers:**

- When a server is created with Auto Add-on Storage enabled, binlogs can use up to 75% of the total disk capacity.
- When a server is created with Auto Add-on Storage disabled, binlogs can use up to 20% of the total disk capacity.

These are the default limits, but you can adjust them based on your requirements.

**Note :** This feature is not available for database servers configured with replicas.

## Performance Schema

If you own some dedicated server, you can enable/disable the performance schema as per requirement.

![](/files/Screenshot%20from%202025-04-09%2023-05-01.png)

## Manage InnoDB Buffer Pool Size

If you want to change innodb buffer pool size, you can now do that from Frappe Cloud dashboard.

![](/files/Screenshot%20from%202025-04-09%2023-06-19.png)

## Manage Max Database Connections

When you create a database server, Frappe Cloud set a default max connections based on the total memory on the server. In case if you need more database connection, you can increase that from dashboard.

![](/files/Screenshot%20from%202025-04-09%2023-11-58.png)

## View Database Configurations

If you want to check all the configuration of your dedicated database server, you can use the `View Database Configuration` option.

![](/files/Screenshot%20from%202025-04-09%2023-13-16.png)

Currently, it's not allowed to change in variable. If you need some special configuration, please reach out to support.frappe.io