Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • If your upgrade process failed for some reason or there is no response in from the GUI wizard due to some network issues, then please login to CLI and check "/var/log/pbx/freepbx16-upgrade.log" for more detailed info on why the process got failed.
  • Sometimes after completing the upgrade process you might see the error as "In RedisCache.php line 135: Function Redis::delete() is deprecated" . The root cause of this issue is that the framework module failed to upgrade but the PHP updated to 7.4. To fix this issue follow the below steps.
    • Download install the V16 framework module manually.
      • ./usr/sbin/fwconsole ma downloadinstall framework --tag=16.0.10.42
    • Upgrade all the modules.
      • fwconsole ma upgradeall
  • If the upgrade process is failed due to the cloud migration module, then move the cloud migration module directory to different location and then install all the modules.
    • Move the cloud migration module 
      • mv /var/www/html/admin/modules/cloudmigration /tmp/
    • Install all the modules
      • fwconsole ma installall
  • If the upgrade process is failed due to the oracle_connector module, then move the oracle_connector module directory to different location and then install all the modules.
    • Move the oracle_connector module
      • mv /var/www/html/admin/modules/oracle_connector /tmp/
    • Install all the modules
      • fwconsole ma installall


Upgrade Your PBXact Version 13/14 to PBXact 16

...