From 59cb58a646844f6fba00bfadc39b4bea96357358 Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Mon, 2 Mar 2026 19:37:08 +0000 Subject: all: update PostgreSQL version to 14 Update Docker configurations and documentation to use PostgreSQL 14, aligning local development and testing environments with production. There has been a change in how PostgreSQL 14 tokenizes paths. This has caused an alteration in how multi word searches are resolved. Update test case to reflect this. See golang/go#78036 for more context. To test: `tests/search/run.sh` Fixes golang/go#77903 Change-Id: I28eaa722914b2163fe962a1b4a1b8681d60b18b3 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/750740 Auto-Submit: Ethan Lee LUCI-TryBot-Result: Go LUCI Reviewed-by: Hyang-Ah Hana Kim kokoro-CI: kokoro --- devtools/docker/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devtools/docker/compose.yaml') diff --git a/devtools/docker/compose.yaml b/devtools/docker/compose.yaml index 6bfb8fd7..99bbd57b 100644 --- a/devtools/docker/compose.yaml +++ b/devtools/docker/compose.yaml @@ -100,7 +100,7 @@ services: - gomodcache:/gomodcache working_dir: /pkgsite db: - image: postgres:11.12 + image: postgres:14 environment: <<: *database-variables LANG: C -- cgit v1.3