I am trying to activate postgis.enable_outdb_rasters in an Aurora V2 Postgresql Serverless Cluster.
I have enabled postgis.gdal_enabled_drivers succesfully (with SET postgis.gdal_enabled_drivers = 'ENABLE_ALL'), and the out of db drivers are present when I use SELECT ST_GDALDrivers().
But anytime I try to use a postgis raster function like ST_Crop() I get an error that the Db is not enabled for external rasters.
I could not find anything in the Aurora documentation that states wether enable_outdb_rasters is possible to activate or not.
Would anyone have a clear answer to this question?
Thanks
Christophe
Output of SELECT ST_GDALDrivers():
(0,VRT,"Virtual Raster",t,t,"") | (1,DERIVED,"Derived datasets using VRT pixel functions",t,f,"") | (2,GTiff,GeoTIFF,t,t," NONE LZW PACKBITS JPEG CCITTRLE CCITTFAX3</Val| *(3,COG,"Cloud optimized GeoTIFF generator",t,t," NONE LZW JPEG DEFLATE ZSTD<| *(4,NITF,"National Imagery Transmission Format",t,t," NC C3 | (5,RPFTOC,"Raster Product Format TOC format",t,f,"")
182 more......