View Revisions: Issue #4099
Summary | 0004099: Move default location of H2 and Derby database files to <SYM_HOME>/db instead of <SYM_HOME>/tmp | ||
---|---|---|---|
Revision | 2019-09-26 16:41 by pmarzullo | ||
Description | Move default location of H2 and Derby database files to <SYM_HOME>/db instead of <SYM_HOME>/tmp Because sometimes the tmp directory is deleted by users, don't want to lose load-only target configuration, or log-based replication configuration. |
||
Revision | 2019-09-26 16:48 by pmarzullo | ||
Description | Move default location of H2 and Derby database files to <SYM_HOME>/db instead of <SYM_HOME>/tmp H2: <SYM_HOME/db/h2 Derby: <SYM_HOME/db/derby Because sometimes the tmp directory is deleted by users, don't want to lose load-only target configuration, or log-based replication configuration. |