Skip to content

Conversation

lookevink
Copy link

Description

Enable GTiff GDAL driver by default for PostGIS raster functionality.

Problem

Currently, despite postgis_raster being enabled, none of the required GDAL drivers are enabled, leading to:
rt_util_gdal_open: Cannot open file. All GDAL drivers disabled

Solution

  • Add postgis.gdal_enabled_drivers = 'GTiff' to platform defaults configuration
  • Ensure postgresql-platform-defaults.conf is properly included in main PostgreSQL configuration
  • Set appropriate file permissions and ownership

Changes

  1. Added to postgresql-platform-defaults.conf:

@lookevink lookevink requested a review from a team as a code owner December 2, 2024 17:34
@hunleyd
Copy link

hunleyd commented Aug 27, 2025

@lookevink is this PR still valid and in need of review?

@lookevink
Copy link
Author

@hunleyd will need to resolve conflicts. do you know what the process for reviewing & merging PRs is?

@hunleyd
Copy link

hunleyd commented Aug 27, 2025

@hunleyd will need to resolve conflicts. do you know what the process for reviewing & merging PRs is?

reviewing? yes
merging? not so much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants