Versions Compared

Key

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

...

  1. In case the operating system of DPOD is using a restrictive umask (e.g.: 077), the Store services might not start successfully after the upgrade completes, due to insufficient permissions of the directory /app/opensearch_nodes and /app/java.

  2. If the Store services do not start successfully in your non-appliance installation after the upgrade, please continue with the below steps.

  3. Apply the following command:

    Code Block
    chown -R --reference /app/opensearch_base /app/opensearch_nodes
    chmod 755 /app/java
  4. Start the Store services (e.g. by using app-util.sh or the Admin Console) and make sure they are up and running correctly.