For the complete documentation index, see llms.txt. This page is also available as Markdown.

Migrate from In-Memory DB v1 to v2

Manual migration

You must perform the migration through the In-Memory DB v2 API.

Prerequisites:

  • You must have the contract administrator or owner role, or the Access and manage DBaaS privilege, to manage clusters.

  • The v2 API requires API token authentication (tokenAuth). Include a valid token in the Authorization header of every request. For information on generating tokens, see the Authentication API.

1. Create a new In-Memory DB v2 instance using the v2 API. For the API documentation, see In-Memory DB v2 Cloud API.

2. If you want to move data from your v1 instance, migrate it to the new In-Memory DB v2 instance.

3. Update your applications to connect to the new In-Memory DB v2 Endpoints.

Note: Updating your applications to the new endpoint may briefly interrupt connections. Plan for a short cutover window while traffic switches from v1 to v2.

Next steps

Last updated

Was this helpful?