Skip to main content

Upgrade Angles Hub

This section contains the steps to upgrade Angles Hub.

To upgrade Angles Hub to the latest version

  1. Select pgAdmin4 from the Start menu.
  2. Connect to the PostgreSQL server.
  3. Connect to the MagnitudeNCA database.
  4. Right-click the MagnitudeNCA database and select Query Tool.
  5. Run the following queries:
    update public."AspNetRoles" set name = 'Power-User' , normalized_name='POWER-USER' where name ='Power User';
    update public."AspNetRoles" set name = 'Base-User' , normalized_name='BASE-USER' where name ='Base User';
  6. Select the Save Data Changes button or select F6.
  7. Before you install the latest version of Angles Hub, ensure you have performed the following tasks:

    • Uninstall the existing version.
    • Review the system requirements for the latest version of Angles Hub.
    • Verify that your computer meets the minimum system requirements.
  8. Install the latest version of Angles Hub .

Was this article helpful?

We're sorry to hear that.