Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. NetBackup™ Web UI Cloud Administrator's Guide
  3. Protecting PaaS assets
  4. Configuring incremental backups for Azure MySQL server
NetBackup™ Web UI Cloud Administrator's Guide

Configuring incremental backups for Azure MySQL server

NetBackup supports both full and differential incremental backup schedules for Azure MySQL server. During full backup, NetBackup takes a logical dump of all user databases. During incremental backups, NetBackup downloads the binary logs generated on the MySQL server between subsequent incremental backups. When you restore a database, NetBackup creates the database with the full backups and then applies the binary logs in chronological sequence.

Configuring server parameter

Configure the following parameters in the Azure portal.

Table: Parameters for incremental backup

Parameter

Description

Recommendation

binlog_expire_logs_seconds

Number of seconds to wait before the binary log file is purged.

This value must be higher than the frequency of backups in the schedule. Ensures that the binary logs on the server are not purged between subsequent incremental backups.

log_bin

The status of binary logging on the server, either enabled (ON) or disabled (OFF).

For incremental backups, this parameter must be set to ON. It captures the changes in the binary log file.

log_bin_trust_function_creators

This variable applies when binary logging is enabled. It allows the stored function creators to be trusted to make stored functions that allow unsafe events to be written to the binary log.

To restore databases to servers, set this parameter as ON.

default_table_encryption

Specifies the default encryption setting to use for the schemas and general tablespaces, when they are created without specifying an ENCRYPTION clause.

To restore databases to servers, set this parameter as ON.

max_binlog_cache_size

If a transaction requires more memory than this specified value, the server generates a storage error.

Ensure that this value can accommodate the maximum total size of a transaction. We recommend keeping the default value of this parameter.

Feedback

Was this page helpful?
Previous

About incremental backup for PaaS workloads

Next

About archive redo log backup for PaaS workloads

Feedback

Was this page helpful?