We’re currently facing an issue where we need to use schemas as part of regular migration activities on our postgres databases. We’re running into an issue with pgbouncer rejecting connections based upon them having search_path, and would ideally want to add search_path to the ignore_startup_parameters list.
Is there a way we can achieve this with our Everest-based clusters?