Skip to main content

Backups and migration in Aiven for OpenSearch®

Restore backups, manage snapshots and custom repositories, and migrate data into your Aiven for OpenSearch® service.

Automatic backups compared to custom repositories

Aiven for OpenSearch automatically backs up every service. You don't manage those backups directly: restoring one means forking the service from a chosen backup, the same mechanism behind renaming a service or creating a test copy.

Custom repositories are a separate, opt-in path. You point Aiven at your own Amazon S3, Google Cloud Storage, or Azure Blob Storage account and manage snapshots there yourself. Repositories with the aiven_repo prefix are the exception. Those back the automatic backups from Aiven, which is why you can't create or delete snapshots in them directly.

Moving data into or out of Aiven for OpenSearch

Depending on the size and source of your data, use one of the following approaches:

Several snapshot and repository operations are also available through the Aiven CLI, using the avn service opensearch snapshot-* and custom-repo-list commands, even where the following articles show only the Aiven Console or API.

Related pages