Versions Compared

Key

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

...

  1. Download the applicable update jar from Box or the Denodo support site.

  2. scp the jar into the target server

  3. Review guidelines outlined here regarding updates: https://community.denodo.com/docs/html/browse/8.0/en/platform/installation/installing_updates_and_hotfixes/installing_updates_and_hotfixes#installing-an-update-or-hotfix-from-the-command-line

  4. Stop server. See Starting and Stopping Servers

  5. Run the update as the denod user.

    Code Block
    chown denod <JAR_LOCATION>
    sudo su denod
    cd /opt/denodo
    ./jre/bin/java -jar <DENODO_UPDATE_JAR_PATH> $(pwd) -c
  6. Restart the server. See Starting and Stopping Servers

Starting and Stopping Servers
Anchor
start-stop
start-stop

...