I have a geoserver installed on a server and I want to move the geoserver to another server. What is the easiest way to do that?
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
Basically all the configuration lives in the geoserver data directory, so that is essentially all you need to migrate. http://docs.geoserver.org/latest/en/user/datadirectory/index.html You can then install geoserver on the new server however you want and point it at the data directory you migrated from the old server. Also if you have any data that is "external" (ie not inside of your data directory) you will need to migrate that to the new server as well. |
|||
|
|