- bash shell
- jq https://stedolan.github.io/jq/
- a
GS_REST
environment variable set tohttp://<user>:<password>@<geoserver-host>:<geoserver-port>/geoserver/rest
- a
GWC_REST
environment variable set tohttp://<user>:<password>@<geoserver-host>:<geoserver-port>/geoserver/gwc/rest
bash scripts to export running geoserver configuration to a directory structure of json files
./export.sh <export-dir>
bash scripts to import geoserver configuration from a directory structure of json files
./import.sh <import-dir>
- strip out passwords from export and inject into import