What's New in This Guide
This section introduces the documentation updates for release 25.1.2xx.
Release 25.1.201 - G32777-04 - October 2025
Added steps to update the DBTier specific alerts file with DBTier namespace in the following sections:
Corrected the previous release and leap frog versions in the Upgrading cnDBTier Clusters section.
Corrected the previous release versions in the Rolling Back cnDBTier section.
Release 25.1.201 - G32777-03, September 2025
Corrected the release version to 25.1.2xx in the Upgrading cnDBTier Clusters section.
Corrected the release version to 25.1.2xx in the Rolling Back cnDBTier section.
Release 25.1.201 - G32777-02, August 2025
- Updated the release number to "25.1.201" in the entire document.
- Updated the steps to create the Namespace in the Verifying and Creating Namespace section.
Release 25.1.200 - G32777-01, July 2025
- Updated the release number to "25.1.200" in the entire document.
- Added a note to indicate installation-only parameters in the Global Parameters section.
- Automated serviceAccount creation:
- Removed the
serviceAccount
configuration parameters from the Global Parameters section. - Added the following parameters to enable automated
serviceAccount creation:
/global/autoCreateResources/enabled
/global/autoCreateResources/serviceAccounts/create
/global/autoCreateResources/serviceAccounts/accounts[0]/serviceAccountName
/global/autoCreateResources/serviceAccounts/accounts[0]/type
/global/autoCreateResources/serviceAccounts/accounts[0]/create
/global/autoCreateResources/serviceAccounts/accounts[1]/serviceAccountName
/global/autoCreateResources/serviceAccounts/accounts[1]/type
/global/autoCreateResources/serviceAccounts/accounts[1]/create
/global/autoCreateResources/serviceAccounts/accounts[2]/serviceAccountName
/global/autoCreateResources/serviceAccounts/accounts[2]/type
/global/autoCreateResources/serviceAccounts/accounts[2]/create
- Removed the
- Added the following parameters to enable support for both HTTP
and HTTPS protocols over db-replication-svc:
/global/https/supportDualProtocol
/global/db-replication-svc/dbreplsvcdeployments[].service.httpport
/global/db-replication-svc/dbreplsvcdeployments[].service.httpsport
- Added the following parameters to configure HTTPS protocol over
db-replication-svc:
/global/https/clientAuthentication
/global/https/caCertificate
/global/https/serverCertificate
/global/https/serverCertificateKey
/global/https/clientCertificate
/global/https/clientCertificateKey
/global/https/secrets/caSecret
/global/https/secrets/serverSecret
/global/https/secrets/clientSecret
- Support for Dual Stack:
-
Added the following configuration parameters in the Global Parameters section
global/serviceMode/internal
global/serviceMode/external/ndbmysqldsvc
global/serviceMode/external/connectivityService
global/serviceMode/external/dbMonitorService
- Added the following configuration parameters in the
DB Replication Service Parameters section:
db-replication-svc/dbreplsvcdeployments[]/serviceMode.external
/global/db-replication-svc/dbreplsvcdeployments[].replication.preferredIpFamily
- Added the
global/api/max_binlog_size
configuration parameter in the Global Parameters section.
-
- Creating NF users using
dbtuser
scriptAdded a sub section "Creating NF Users using
dbtuser
script" in the Creating NF Users section that explains how to usedbtuser
automation script to create NF users.
- Added the following sections that explain how to upgrade cnDBTier from HTTPS enable to disable and to upgrade cnDBTier HTTPS disable to enable versions.
- Added the following configuration parameters to enable support for both HTTP
and HTTPS protocols over
db-replication-svc
in the Global Parameters section:/global/https/supportDualProtocol
/global/db-replication-svc/dbreplsvcdeployments[].service.httpport
/global/db-replication-svc/dbreplsvcdeployments[].service.httpsport
Added the following sections that explain how to rollback cnDBTier from HTTPS enable to disable version and to rollback cnDBTier HTTPS disable enable versions.