Personal Edition migration is possible?

I have one doubt, i am using Pega 8.4V personal edition , Now we have 8.7V . if i want to use latest version in PE . i have to download & install latest version . instead of this can we migrate/roll out PE to latest version is this possible .

my concern here i want move whole application/data/code of present version to latest version

what is the best practice?

Hi @yallanathD2494 ,

As per my understanding personal edition upgrade is not possible because both tomcat and data base will come as a package in personal edition .

But Upgrade process requires data base/rules backup of existing version and installing new data base for new version and mapping the -1 version to the new version rules/data of latest version you want to upgrade which is not possible in personal edition

so best approach is to create the product/packages and deploy them to latest edition that you want to upgrade.

Create 3 products like one is with rules, one is with data and one is with the records from tables that you want to move if any…

@Siva Naga Syam Kumar Thank you