From b5d00d92da94c851bda4b8d6c8de6ac74301f4cb Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Sat, 20 Nov 2021 12:20:58 +1300 Subject: system/postgresql: Use same data dir for all 14.x releases. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- system/postgresql/postgresql.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/postgresql/postgresql.SlackBuild') diff --git a/system/postgresql/postgresql.SlackBuild b/system/postgresql/postgresql.SlackBuild index 366c363e32..05f408b2d8 100644 --- a/system/postgresql/postgresql.SlackBuild +++ b/system/postgresql/postgresql.SlackBuild @@ -32,7 +32,7 @@ BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -PG_VERSION=${PG_VERSION:-14.1} +PG_VERSION=${PG_VERSION:-14} PG_PORT=${PG_PORT:-5432} PG_UID=${PG_UID:-209} PG_GID=${PG_GID:-209} -- cgit v1.2.3