Task #11442
closed
Task #11429: Upgrade GS development/pre-production instances
Copy data_dir to new instances
100%
Description
GeoServer data_dir from host geoserver-dev.d4science-ii.research-infrastructures.eu should be moved to both the new GeoServer instances created for preproduction and development environments.
Related issues
Updated by Fabio Sinibaldi over 7 years ago
- Blocked by VM Creation #11439: Preproduction GeoServer 2.10.5 added
Updated by Fabio Sinibaldi over 7 years ago
- Blocked by Task #11446: Update Development Geoserver to 2.10.5 added
Updated by Andrea Dell'Amico over 7 years ago
Is it OK to settle for /srv/geoserver_data
as data directory? All the recent geoservers use that path.
Updated by Andrea Dell'Amico about 7 years ago
- Status changed from New to In Progress
data copied into the preproduction geoserver instance.
Updated by Andrea Dell'Amico about 7 years ago
- Status changed from In Progress to Feedback
- % Done changed from 0 to 100
Data copied on geoserver1-d-d4s.d4science.org.
On both hosts, under /srv/geoserver_data/data
. I don't know if it is the correct way, or if the root directory should be /srv/geoserver_data/
because on the source server the files are under /home/gcube/tomcat/webapps/geoserver/data
, but there's an additional data
subdirectory inside it. If the files must be moved, the way to do it is
cd /srv/geoserver_data/ mv data/* .
Updated by Fabio Sinibaldi about 7 years ago
@tommaso.piccioli@isti.cnr.it can you perform the rsync mentioned by Andrea in https://support.d4science.org/issues/11439#note-12 towards geoserver1-d-d4s.d4science.org?
Please, remember that the destination directory must be /srv/geoserver_data
Updated by Andrea Dell'Amico about 7 years ago
- Status changed from Feedback to Closed