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