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.0.0

...

Expand
titleAdditional options...

The following local upgrade options are available, but are not generally recommended - differences in installation setup and access levels may result in these options being less reliable than the manual upgrade option.

GUI

In the 6connect toolProVision, navigate to Admin → Admin Preferences Settings page.  If there is a new version available, an Upgrade button will be available.  

Click  Click on the Upgrade Now button to go to the upgrade page.  It will automatically download the latest version available, run all upgrade scripts, and create a log of the upgrade process.

Command Line

In upgrade/scripts run 'php upgrade.php -h' to get the help and full usage of upgrade.php.  

This  This script will automatically get the latest tar file, create a backup, and run all the necessary upgrades between the current and latest version.  The most common usage of upgrade will look like this: 'php upgrade.php -v -b ﹤/path/to/store/backup﹥'

...