Upgrade from Pega 8.5 (websphere) to 8.24.1 (container)

Hi,

Current setup:

  • Pega 8.5 hosted on websphere application server

  • mssql db 2016

To be:

  • Pega 8.24.1 on kubernetes container

  • mssql db 2016

For the upgrade from Pega 8.5 to 8.24.1, do we just deploy helm chart with pega 8.24.1 image and connect to the pega 8.5 db?

Completing the prerequisite tasks

Updating Pega Infinity for on-premises environments

Pega deployment on Kubernetes

@RameshSangili @casad is this something you could help answer?

@EvangelineC

To upgrade from Pega 8.5 on WebSphere to Pega 8.24.1 on Kubernetes containers, start by ensuring your MSSQL 2016 database is compatible and back up both your database and current Pega application. Prepare your Kubernetes environment by setting up the necessary cluster, persistent storage, and installing Helm. Update the Pega database schema using Pega’s upgrade scripts to accommodate version 8.24.1 changes. Customize the Helm chart with the Pega 8.24.1 container image and configure it to connect to your existing database by specifying the correct connection strings and credentials. Deploy the Helm chart, which will initiate the upgrade process, and monitor the logs to ensure the database schema updates successfully. After deployment, thoroughly test the new setup for functionality and performance, reapply any custom configurations, and validate data integrity. Finally, document the changes and train your team on the new Kubernetes-based deployment to ensure a smooth transition