Hi GeoServer user group!
I’m sure this question has been asked before, but on search I couldn’t find anything.
We have some production services running against a Postgres instance in which we’ve had to make some database modifications, namely dropping table columns that are no longer needed or were created in error.
Doing this to a production service causes the service to fail, as GeoServer seems to store the column names in memory. Doing a reboot of the service helps, but I was wondering whether there was a setting in GeoServer that allows a periodic refresh of the memory thus alleviating this problem? I’m sure there are performance considerations for changing this setting, but I’m happy to wear those for now.
We’re using GeoServer 2.14.x with a Tomcat JNDI resource for the Db connection.
Thanks
Michael