mirror of
https://github.com/corda/corda.git
synced 2025-02-07 03:29:19 +00:00
ENT-1892, ENT-1875 - doc fixes (#1048)
This commit is contained in:
parent
a76c093df5
commit
692d421abf
@ -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').
|
||||
|
@ -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
|
||||
--------
|
||||
|
Loading…
x
Reference in New Issue
Block a user