Skip to content

Commit

Permalink
Fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
davide-zerbetto committed Feb 20, 2019
1 parent 64dd626 commit c7def1b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions installation-guide/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,17 @@ To upgrade Knowage installation follow these steps:

- start Apache Tomcat service, wait until Apache Tomcat is started and then stop it again in order to change some configuration files;

- for Knowage metadata database dialect, check that the right dialect has been set inside hibernate.cfg.xml files: the ``hibernate.dialect`` property should match your RDBMS for Knowage metadata database. Admissible dialects follows:
- for Knowage metadata database dialect, check that the right dialect has been set inside hibernate.cfg.xml files: the ``hibernate.dialect`` property should match your RDBMS for Knowage metadata database. Admissible dialects are:

.. code-block:: bash
org.hibernate.dialect.MySQLDialect
org.hibernate.dialect.PostgreSQLDialect
org.hibernate.dialect.Oracle9Dialect
- list of hibernate.cfg.xml files to check follows:

.. code-block:: bash
:caption: hibernate.cfg.xml files to check
TOMCAT_HOME/webapps/knowage/WEB-INF/classes/hibernate.cfg.xml
TOMCAT_HOME/webapps/knowagecockpitengine/WEB-INF/classes/hibernate.cfg.xml
Expand All @@ -66,13 +73,6 @@ To upgrade Knowage installation follow these steps:
TOMCAT_HOME/webapps/knowagekpiengine/WEB-INF/classes/hibernate.cfg.xml
TOMCAT_HOME/webapps/knowagemeta/WEB-INF/classes/hibernate.cfg.xml
TOMCAT_HOME/webapps/knowagesvgviewerengine/WEB-INF/classes/hibernate.cfg.xml
.. code-block:: bash
:caption: Admissible Hibernate dialects
org.hibernate.dialect.MySQLDialect
org.hibernate.dialect.PostgreSQLDialect
org.hibernate.dialect.Oracle9Dialect
- check Quartz scheduler engine configuration within file ``TOMCAT_HOME/webapps/knowage/WEB-INF/classes/quartz.properties``: it is essential to set the property ``org.quartz.jobStore.driverDelegateClass`` with the right value, according to the metadata database in use. Admissible values are:

Expand Down

0 comments on commit c7def1b

Please sign in to comment.