Web ODC deployment and startup

2024-08-09 02:52:24  Updated

How do I download the image installation package of web ODC?

Method 1: Download it from the ODC documentation page of OceanBase

Go to the Images page and download the image installation package of the desired version.

Method 2: Download it from OceanBase Download Center

Go to OceanBase Download Center and download the image installation package of the desired version.

Note

You must have an OceanBase account and enabled the allowlist.

What do I do when the username (such as admin) conflict occurs during the upgrade of ODC from an earlier version to V3.2.0 or later, and the startup fails?

  • Example error:

    3

  • Solution:

    This example shows how to solve the admin conflict.

    Open the rename.properties file in the ../odc/static/tmp/ directory, and edit the rename.properties in the following format:

    admin=a new username
    
    1. Save the change and start ODC again.

Contact Us