...
Download the applicable update jar from Box or the Denodo support site.
scp
the jar into the target serverReview 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
Stop server. See Starting and Stopping Servers
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
Restart the server. See Starting and Stopping Servers
Starting and Stopping Servers
Anchor | ||||
---|---|---|---|---|
|
...