Help Center/ TaurusDB/ FAQs/ Version Upgrade/ How Can I Check the Version of a TaurusDB Instance?
Updated on 2024-12-30 GMT+08:00

How Can I Check the Version of a TaurusDB Instance?

This section describes how to check the version of a TaurusDB instance.

Method 1: Checking the Version on the TaurusDB Console

  1. Log in to the management console.
  2. Click in the upper left corner and select a region and project.
  3. Click in the upper left corner of the page and choose Databases > TaurusDB.
  4. On the Instances page, click the instance name to go to the Basic Information page.
  5. Check the version of the DB instance.
    Figure 1 Checking the kernel version

Method 2: Checking the Instance Version on the DAS Console

  1. Log in to the target DB instance.
  2. On the top menu bar, choose SQL Operations > SQL Query.
  3. Run the following statement to check the instance version:

    select @@version;

    Figure 2 Checking the instance version on the DAS console