I've publish raster from postgis to geoserver with ImageMosaic JDBC like explained on this post and it work properly on the default 'public' schema.
But how to set a custom schema ?
I've publish raster from postgis to geoserver with ImageMosaic JDBC like explained on this post and it work properly on the default 'public' schema.
But how to set a custom schema ?
As described in the manual you can add schema=my_schema to the datastore.properties file.