Versions Compared

Key

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

...

Make sure to follow Preparing for Upgrade before applying the upgrade.

Special Step 1 for 1.0.22.0 Upgrade of DPOD Appliance Mode

Note

For DPOD Appliance Mode users only:
It is required to install some packages before applying the upgrade. Please follow now the instructions documented in the Special StepsStep 1 page.

Obtain the Software Upgrade

...

  • Execute the following commands:

    Code Block
    mkdir -p /installs/backups
    cd <CEF_DIRECTORY>
    chmod 755 <CEF_FILE>
    sudo ./<CEF_FILE>
  • By default, the installation will extract temporary files to /app/tmp directory. To change the destination directory, use the option --staging-path <directory>.

  • Do not interrupt the software update process after it has started.
    If SSH connection is lost during upgrade, the upgrade will still continue. Reconnect to the server and check the log files for the process status and outcome.

  • Note: Once the upgrade to 1.0.22.0 is completed, CLI commands need to be executed with their full path.
    e.g.: Use /app/scripts/app-utils.sh instead of app-util.sh.

Special Step for 1.0.22.0 Upgrade of DPOD Appliance Mode

Note

For DPOD Appliance Mode users only:
It is required to migrate the operating system from CentOS to Rocky Linux after applying the upgrade. Please follow now the instructions documented in the Special StepsStep 2 page.

Restore Certificates of Web & Admin Consoles (Special Step for 1.0.22.0 Upgrade)

...