From 692d421abf6e5d27c50fe7e8283a0112158db1fa Mon Sep 17 00:00:00 2001 From: Tudor Malene Date: Fri, 22 Jun 2018 09:23:47 +0100 Subject: [PATCH] ENT-1892, ENT-1875 - doc fixes (#1048) --- docs/source/corda-configuration-file.rst | 3 ++- docs/source/database-management.rst | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/corda-configuration-file.rst b/docs/source/corda-configuration-file.rst index 8fd534fc84..d8f927b639 100644 --- a/docs/source/corda-configuration-file.rst +++ b/docs/source/corda-configuration-file.rst @@ -82,7 +82,8 @@ absolute path to the node's base directory. :exportHibernateJMXStatistics: Whether to export Hibernate JMX statistics (caution: expensive run-time overhead) :runMigration: Boolean on whether to run the database migration scripts at startup. Defaults to false. - If migration is not run, the node will check if it's running on the correct database version. + In production please keep it false. For more information please check :doc:`database-management` + If migration is not run, on startup, the node will check if it's running on the correct database version. :schema: (optional) some database providers require a schema name when generating DDL and SQL statements. (the value is passed to Hibernate property 'hibernate.default_schema'). diff --git a/docs/source/database-management.rst b/docs/source/database-management.rst index 9e4c4c9c0a..e938a1cf9a 100644 --- a/docs/source/database-management.rst +++ b/docs/source/database-management.rst @@ -201,6 +201,7 @@ For example:: .. note:: When running the database management tool, prefer using absolute paths when specifying the "base-directory". +.. warning:: It is good practice for node operators to backup the database before upgrading to a new version. Examples --------