Actions
Task #12364
closed
Move the data directory of the new geonetwork installations outside the webapp directory
Status:
Closed
Priority:
Normal
Assignee:
_InfraScience Systems Engineer
Category:
System Application
Target version:
Start date:
Aug 31, 2018
Due date:
% Done:
100%
Estimated time:
Infrastructure:
Development, Pre-Production, Production
Description
Right now the geonetwork servers have their data inside webapps/geonetwork/WEB-INF/data/
. To move it away there is more than one option as described here: https://geonetwork-opensource.org/manuals/3.4.x/is/maintainer-guide/installing/customizing-data-directory.html
We could opt for the tomcat variant as we do on the geoservers, something like
CATALINA_OPTS="-Dgeonetwork.dir=<geonetwork_data_dir>"
Actions