Upgrade Dev Instance

Author:Aaron
Last Updated:January 06, 2022 4:43 PM

Upgrade Dev Site

  1. Install client preRelease package, this should have dependencies on any other necessary packages (like Social Media Bookmarks if used). Once this installs successfully, navigate to display and wkst and confirm that everything is working.  
  2. Install Coverage Report package (NWS.Titan.Blocks.CoverageReport and NWS.Titan.Blocks packages)
    1. In Titan Admin, under Content Sites and Blocks, active the Coverage Report Block.
    2. In Off nav, create a Coverage Report page
    3. Add the Coverage Report block to the page, save and publish and refresh

Debugging Install Issues

  1. If there is an install error, check the error logs for the issue and update the SDK. Build a new preRelease package and attempt the install again.
  2. Repeat this until the install completes successfully.
  3. It is recommended to restore the prod db backup if the install fails after the db steps, in order to test that the install completes.
top