This topic describes the version number rules and their meanings for OceanBase Database Proxy (ODP).
The features and capabilities of different ODP versions may vary significantly. Therefore, you need to identify the ODP version that meets your requirements to obtain accurate documentation information.
The version of ODP is represented as V.x.y.z.f, where:
x indicates the major version. This version typically involves architecture upgrades or the release of significant new features.
y indicates the planned iteration version. This version is part of the normal iteration plan and includes important feature or capability updates and improvements.
z indicates the release update version. This version includes minor feature or capability updates and fixes for known issues.
f indicates the patch upgrade version. The fourth digit of the version number is used when a feature or fix requires an increase in the version number.
View the version
After you install ODP, you can use one of the following three methods to determine its version:
The directory of a new version of ODP contains the version number. For example, the directory name obproxy-4.0.0 indicates that the ODP version is 4.0.0.
In the home directory of ODP, execute the
./bin/obproxy -Vcommand to view the version. For example, V3.2.3.[admin@test obproxy]# ./bin/obproxy -V ./bin/obproxy -V obproxy (OceanBase 3.2.3 2) REVISION: 6-local-99faebfc7130b70ad0f56330a28cab6a32ec9a33 BUILD_TIME: Mar 30 2022 01:53:08Log in to ODP as root@proxysys and execute the
show proxyinfo binarycommand to view the version. For example, V4.0.0.MySQL [(none)]> show proxyinfo binary\G *************************** 1. row *************************** name: binary info info: ObProxy-OceanBase 4.0.0-20221103165243.el7 version:RELEASE_7U MD5: REVISION:20221103165243-7c7e5821009b2d3924d1bc7a8165edf7384f6ed3 BUILD_TIME:Nov 3 2022 16:57:16
