CDWM Upgrade
This section describes step by step procedure for CDWM upgrade.
Azure Upgrades from Version 6.9.2
For version 6.9.3, CDWM version is changed from 3.69.2-1389.3b9d9753 to 3.69.3-1433.07baae08.
Get the New template
We need to have the
storage_account_name
where the installer assets are pushed and theCDWM_VERSION
that we want to upgrade to. Note that any period (.) in theCDWM_VERSION
should be converted to a hyphen (-). For example, version 6.9.3-8558.e6bde85c should be changed to version 6-9-3-8558-0e5a282c.The format of the installer template URL is:
https://<storage_account_name>.blob.core.windows.net/<CDWM_VERSION>/installer-scripts/yb-cdw.json
. Enterstorage_account_name
andCDWM_VERSION
for the current release.Download the file to a safe location using
curl https://<storage_account_name>.blob.core.windows.net/<CDWM_VERSION>/installer-scripts/yb-cdw.json -o yb-cdw-releasecdwm693-upgrade.json.
- Copy the contents of the file.
Redeploy the New Template
Open the deployments page in the resource group you had installed Yellowbrick in. Go to the deployment template that was used in the initial installation.
On the left side of the page, click on Template and then click on Deploy. It opens a custom deployment template.
Click on Edit Template. Remove everything on the edit pane on the screen and paste the contents we copied in the step 4 of 'Get the New template'. Click on Save to save the custom template.
Ensure the following fields are updated:
Kubernetes Version
: Set it to the current version.Chart Repository
: Edit it to replace the version in the existing string to what you had forCDWM_VERSION
in step 1 of 'Get the New Template' section.Template Container
: Set it to theCDWM_VERSION
you used above.Source Acr Username
andSource Acr Password
: Set it to what you used in your initial deployment.
Note: Always refer to the deployment template that was used in the initial installation to input any missing values.
- Click Next and then click on Create. The redeployment should have started. Once it completes verify that the CDWM is reporting the correct version of 3.69.3-1433.07baae08 in the Yellowbrick manager UI, Configuration->Warehouse Manager section.
Parent topic:Upgrade Requirements