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

    Code Block
    cd /opt/denodo
    ./jre/bin/java -jar <DENODO_UPDATE_JAR_PATH> $(pwd) -c
  6. Restart the services using step 6 or 7 of the above sectionsserver. See Starting and Stopping Servers

Starting and Stopping Servers
Anchor
start-stop
start-stop

...

Code Block
pgrep -u denod | xargs kill -9

Linux Services (WIP)

...

SSL Certificates 🔒

Leveraging the work of Ned Harvey and team, we have a CA-signed certificate generated by LetsEncrypt automatically delivered to our Denodo servers every 90 days.

...