From b14a986d0ef530ccb8969770c37478ced92748e3 Mon Sep 17 00:00:00 2001 From: Gabriele Bartolini Date: Fri, 6 Feb 2026 13:08:20 +1100 Subject: [PATCH 1/2] fix(postgis): remove confusing leading `/` character for `system` path Signed-off-by: Gabriele Bartolini --- postgis/metadata.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgis/metadata.hcl b/postgis/metadata.hcl index 9f2156c..448ad6c 100644 --- a/postgis/metadata.hcl +++ b/postgis/metadata.hcl @@ -5,7 +5,7 @@ metadata = { shared_preload_libraries = [] extension_control_path = [] dynamic_library_path = [] - ld_library_path = ["/system"] + ld_library_path = ["system"] auto_update_os_libs = true required_extensions = [] From fd151ceedfc3cfa060eee2c511fb071e5cc10e89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Fei?= Date: Fri, 6 Feb 2026 15:06:59 +0100 Subject: [PATCH 2/2] chore: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Niccolò Fei --- postgis/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgis/README.md b/postgis/README.md index e75a30c..eee029c 100644 --- a/postgis/README.md +++ b/postgis/README.md @@ -75,7 +75,7 @@ You should see `postgis`, `postgis_raster` (and so on) listed among the installe ### 4. Verify OS dependencies are properly satisfied -PostGIS requires several OS dependencies that are being provided via the `/system` directory. +PostGIS requires several OS dependencies that are being provided via the `system` directory. CloudNativePG makes them available to PostgreSQL by adding the directory to LD_LIBRARY_PATH for the PostgreSQL process. To verify that all PostGIS shared libraries requirements are being properly satisfied,