Upgrade to 2021.02 process

Upgrade process

 If you have Cubewise Pulse installed you can use the online migration package below which will automate the entire upgrade process and skip to step 2.

2021.02 Pulse Online Package

In case Pulse is not available, you can use the following offline package.

2021.02 Offline Loose File Package

For Pulse online package migration Pulse version 5.8.x is required.

Note:  Upgrade your Content Store instance first. After completing the Content Store update, you can then simply use the installer and update your existing webapps to complete the upgrade process.

Offline package process (loose file upgrade)

Step 0: 

  • Stop the Content store service 
  • take a backup of the current content store
  • unzip the Offline loose file package to a local directory

Step 1: 

  • copy ALL objects from the offline package to the existing content store data folder (override files which exist already in the directory)
  • start the ContentStore TM1 service 
  • Re-run the process }APQ.UX.Server.Upgrade

After the process has completed you can run the installer to update your existing web apps to the latest version.

Step 2:

  • run the installer:
  • update the required webapps.

Step 3:

  • For the attribute creation to work, you need to manually update the 'settings.json' with the below code snippet
  • location of the file is '\ApliqoServer\webapps\App Name\WEB-INF\config\settings.json'
"allowedRestPaths": [
  ....
  {
    "path": "/Dimensions(.*)",
    "method": "POST"
  }
  ....
]
Click to copy

0 Comments

Add your comment

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.