Versions Compared

Key

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

...

Note that the above procedure does not apply if you build your own images, see the JS7 - Build Docker Container Images article for more information. Consider mapping the steps explained in the Update Procedure for Headless Installation On Premises article.

Anchor
update_procedure_headless_on_premises
update_procedure_headless_on_premises
Update Procedure for Installation On Premises

Procedures include that updates can be performed automatically using installation scripts:

In addition, users can choose to manually update as explained by the installation instructions.

Both options are indicated with the below update procedures.

JOC Cockpit

  • Refer to the instructions in the JS7 - JOC Cockpit Installation On Premises article.
  • Make a backup of the JOC Cockpit's installation directory.
  • Option 1: Automated Update
  • Option 2: Manual Update
    • Extract the installation archive .tar.gz/.zip file. It will create a sub-directory that includes the maintenance release number, for example joc.2.2.2.
      • Users can re-use an existing joc_install.xml installer response file from a previous installation for the same minor release.
      • Consider copying additional resources to the directory of the extracted installer archive, for example, to joc.2.2.2:
        • any JDBC Drivers that you downloaded individually for installation with a previous JOC Cockpit release,
        • the Hibernate configuration file that holds the database connection and that has been used for a previous installation,
        • the JS7 license key *.pem file if JS7 is operated with a Commercial License.
    • Stop the JOC Cockpit daemon (Linux) or service (Windows) of any JOC Cockpit instances using the same database.
    • Run the JOC Cockpit installer:
      • Invoke the installer script in the same way as for installation of a previous release, for example:
        • ./setup.sh|.cmd joc_install.xml
        • ./setup.sh|.cmd -u joc_install.xml
    • Start the JOC Cockpit daemon (Linux) or service (Windows).

...