Checking the GaussDB (DWS) Version
The cluster version of GaussDB(DWS) displayed on the management console is in the format of x.y.z.p, which is explained in Figure 1.
Generally, new functions and features of GaussDB(DWS) are released based on the release number. For example, 8.1.3 and 8.2.0 are iteration versions. New features are added to new versions. For details about the version lifecycle, see Version Lifecycle.
After each iteration version is released, a patch is released to fix problems, for example, patch 8.1.3.322. A patch only fixes problems and does not add new functions or features.
Released On |
Cluster Version |
Database Kernel Version |
Description |
---|---|---|---|
2023-11-02 |
8.1.3.325 (recommended version) |
8.1.3 |
|
2023-10-16 |
8.1.3.323 |
||
2023-08-04 |
8.1.3.322 |
||
2023-06-26 |
8.1.3.321 |
||
May 19, 2023 |
8.1.3.320 |
||
March 9, 2023 |
8.1.3.310 |
||
2022-12-19 |
8.1.3.300 |
||
2022-10-31 |
8.1.3.200 |
||
2022-08-23 |
8.1.3.110 |
||
2022-06-20 |
8.1.3.100 |
||
2022-04-15 |
8.1.3 |
||
2022-06-20 |
8.1.1.500 |
8.1.1 |
|
2022-04-15 |
8.1.1.300 |
||
2022-03-30 |
8.1.1.205 |
||
2022-03-18 |
8.1.1.203 |
||
2022-02-24 |
8.1.1.202 |
||
2022-01-25 |
8.1.1.201 |
||
2021-12-09 |
8.1.1.200 |
||
2021-07-30 |
8.1.1.100 |
Querying the Cluster Version
- Log in to the GaussDB(DWS) console. In the navigation pane, Choose Clusters.
- In the cluster list, find the target cluster and click the cluster name. The Basic Information tab is displayed.
The cluster version is 8.1.3.110.
Querying the Database Kernel Version
- Method 1: Query the cluster version by referring to Querying the Cluster Version and find the corresponding database kernel version in Table 1.
- Method 2: Connect to the DWS database. Run the following SQL statement:
1
select version();
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.