stac-utils / pgstac

Schema, functions and a python library for storing and accessing STAC collections and items in PostgreSQL
MIT License
153 stars 39 forks source link

Add test to verify search works in readonly mode with context extensi… #297

Closed drnextgis closed 3 months ago

drnextgis commented 3 months ago

…on enabled

drnextgis commented 3 months ago

The test is expected to pass, but it fails, reproducing the issue I described here. This appears to be a bug, and the code may need adjustment. Although the context extension is enabled in the write replica (via the pgstac_settings table for example), it shouldn't impact the read-only replica.