0

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 ?

Zacharie Moulin
  • 339
  • 1
  • 11

1 Answers1

0

As described in the manual you can add schema=my_schema to the datastore.properties file.

Ian Turton
  • 81,417
  • 6
  • 84
  • 185
  • I use ImageMosaic JDBC plugin, like describe in my post. So I've three files : connect.pgraster.xml.inc, mapping.pgraster.xml.inc and oek.pgraster.xml, not datastore.properties. Maybe I can add it and it may be work, but how ? – Zacharie Moulin Nov 07 '19 at 09:50