Walkthrough: Upgrading the SFMCBDE connector to version 8.0 in Kubernetes
You can upgrade Salesforce Marketing Cloud Behavioral Data Exchange (SFMCBDE) on your Azure Kubernetes installation from 7.0 to SFMCBDE 8.0. SFMCBDE 8.0 is compatible with Sitecore 10.3.
Before you upgrade SFMCBDE for container 7.0 to SFMCBDE for container 8.0 you must:
- Back up the mssql databases.
This walkthrough describes how to:
- Build and push the mssql-upgrade image
- Perform the upgrade
Build and push the mssql-upgrade image
To upgrade SFMCBDE, you must build an mssql-upgrade image.
To build and push the mssql-upgrade image:
-
Build the images for SFMCBDE as explained in the Build the mssql-upgrade image section in Walkthrough: Upgrading the SFMCCE connector to version 8.0 in Docker.
-
Open the Windows console and use the docker tag command to tag the images. For example:
-
In the console, use the docker push command to push the images to your Azure registry. For example:
Perform the upgrade
To upgrade to SFMCBDE 8.0 on Sitecore 10.3:
-
Download the Sitecore container deployment package for 10.3 from the Sitecore download page. Extract it to your local workstation with the folder structure intact.
-
Navigate to the upgrade folder for the Windows version and topology you are using, for example,
k8s\ltsc2019\upgrade\xp1. In thekustomization.yamlfile, update the images section withnewNameandnewTagattributes of custom mssql-upgrade image you created and pushed previously. -
In the
configurationfolder, update the secrets files. For more information on the secrets files, please refer to the Installation Guide for Production Environment with Kubernetes guide available on the Sitecore download page. -
Download the SFMCBDE container deployment package for 8.0 package from the Sitecore download page. Extract it to your local workstation with the folder structure intact. Copy the
SFMCBDE\k8s\<windows version>\overridesfolder and paste it into the\k8s\<windows version>\folder in the SXP 10.3 deployment structure. -
In the
secretsfolder in the SXP 10.3 structure, for example,k8s\ltsc2019\overrides\xp1\secrets, update thesitecore-salesforce-bde-connection-string.txtsecret file. -
Log in to the Azure CLI and set a subscription:
-
Get the credentials for the Kubernetes cluster that was created with the AKS cluster by running this command:
-
Deploy the Sitecore upgrade job by moving to the folder in step 2, where the updated files are, and running this command:
-
To check if the job has completed, run this command:
-
When the upgrade process is completed, you can delete the Kubernetes upgrade job and upgrade secrets. In the console, go to the upgrade folder from step 2, and run these commands:
Upgrading with a custom mssql-image includes cleaning up SFMCBDE items from the database because SFMCBDE 7.0 has moved to using resources files. This requires rebuilding and upgrading the Sitecore role instances cm, xconnect, and xdbsearchworker.
For detailed instructions on how to build and deploy the Sitecore role instances please refer to the Sitecore Upgrade Container Deployment Guide on the Sitecore download page.