Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from this space and version 8.3.0

Local Software Upgrades

Table of Contents

Upgrade Methods for Local Installs

...

The recommended upgrade method for local installations of ProVision is a manual download of the latest version and running the associated upgrade script. 

For upgrades consisting of multiple versions, ensure that each version upgrade is performed in order. If you have a particularly complicated upgrade or special concerns, contact our support team, and 6connect our engineers can recommend an upgrade strategy tailored to your situation and assist as needed. 

If you have questions, need assistance, or wish to schedule an upgrade to the latest version, please contact support@6connect.comsupport.

Manual Upgrade (Recommended)

A manual upgrade is the recommended route for local installations, providing the highest level of control and oversight, and may be performed in installation scenarios where company policies restrict automatic downloads / script executions :

  1. Download the latest 6connect tar file from from https://cloud.6connect.com/Download/Latest/
  2. Extract into web root.
  3. Run configDir.sh ﹤web user﹥ from the command line as root in the web root.  This will setup the directories apache user needs read/write access to.


    Code Block
    languagebash
    cd /var/www/html /var/www/html/configDir.sh <web user>


  4. Run the upgrade scripts located in the upgrade/scripts directory in order of version number via: 

    Code Block
    languagebash
    php <upgrade-script.php> -v


...