Versions Compared

Key

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

...

  1. Check the omk/install directory for a subdirectory called "install-abi" followed by a number. E.g. omk/install/install-abi2

  2. Copy all all directories back in place. Ignore any "No such file or directory" error as this is a list of all directories that could have been modified during the upgrade process.

    Code Block
    # Replace "abi2" for the abi number found in the step above
    cp -rfT /usr/local/omk/install/install-abi2 /usr/local/omk/install
    cp -rfT /usr/local/omk/public/public-abi2 /usr/local/omk/public
    cp -rfT /usr/local/omk/models/models-abi2 /usr/local/omk/models
    cp -rfT /usr/local/omk/templates/templates-abi2 /usr/local/omk/templates
    cp -rfT /usr/local/omk/schema/schema-abi2 /usr/local/omk/schema


  3. Install all previous applications.

Licences

There is no need to request a license update, as the licenses are continuing to be valid with this upgrade.

...