Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI Studio
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Service page
Yandex Managed Service for OpenSearch
Documentation
Yandex Managed Service for OpenSearch
  • Getting started
    • Resource relationships
    • Host roles
    • Indexes
    • Index policies
    • Searching with OpenSearch
    • Host classes
    • Networking in Managed Service for OpenSearch
    • Quotas and limits
    • Disk types
    • Backups
    • Sharding and replication
    • OpenSearch plugins
    • OpenSearch versioning policy
    • Maintenance
  • Access management
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Public materials
  • Release notes
  • FAQ

In this article:

  • Creating backup
  • Storing backups
  • Checking backup recovery
  1. Concepts
  2. Backups

Backups in Managed Service for OpenSearch

Written by
Yandex Cloud
Updated at August 14, 2025
  • Creating backup
  • Storing backups
  • Checking backup recovery

Managed Service for OpenSearch supports automatic and manual index backups.

Creating backupCreating backup

Backups are only created on running clusters.

Automatic backup takes place every hour, and you cannot turn it off.

For more information about creating a backup manually, see Managing backups.

Storing backupsStoring backups

Storing backups in Managed Service for OpenSearch:

  • All automatic and manual backups are incremental. This means the initial backup contains all index segments, and all subsequent backups contain only the increment, i.e., changes made since the previous backup. This saves storage space and reduces the cost of using resources.

  • When requesting information about a backup, you will get the full size of restorable data, but you only pay for the incremental part.

  • Backups are stored in object storage as binaries.

  • After a backup is created, it is compressed for storage.

  • Automatic backups are stored for two weeks, and you cannot change that period. Manual backups are stored until the user deletes them.

  • Backup storage is not subject to quotas or limits for cluster storage space.

  • Backups are stored in object storage and do not take up space in cluster storage. If there are N free GB of space in the cluster, the storage of the first N GB of backups is free of charge.

    For more information, see the Managed Service for OpenSearch pricing policy.

Checking backup recoveryChecking backup recovery

To test how backup works, you can restore a cluster from a backup and check the integrity of your data.

Was the article helpful?

Previous
Disk types
Next
Sharding and replication
© 2025 Direct Cursus Technology L.L.C.