All Products
Search
Document Center

OpenSearch:Migrate between applications

Last Updated:Jun 24, 2026

This topic describes how to migrate an application schema from a source application to a destination application in the OpenSearch console.

Procedure

1.Log in to the Alibaba Cloud OpenSearch console and go to the Instance Management page. In the list of applications, find the source application and click Details.

2.On the instance details page, click Export Template to export the application's configuration, including the table schema, index configuration, and data source configuration.

3.When the export is complete, your browser automatically downloads a TXT file.

4.Return to the Instance Management page. Find the destination application in the list and click Configure.

5.In the Configure Application wizard, click Import Template.

6.In the Use Template panel, click Upload Local File and select the downloaded TXT file.

7.After the file is uploaded, you can also modify the application schema for the destination application. If no changes are needed, click Next and then click Completed.

Notes

  • You can migrate an application schema between applications that are in different regions, have different specifications, or are of different types.

  • If a source application lacks a data source, this procedure migrates only the application schema. You must re-import the data to the destination application by using the API.