From 2d805fe517f47948af1b5e3ba6ccac2f281defb0 Mon Sep 17 00:00:00 2001 From: websoft9 Date: Thu, 2 Jan 2025 09:17:58 +0000 Subject: [PATCH] Update postgresql --- apps/postgresql/.env | 4 ++-- apps/postgresql/variables.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/postgresql/.env b/apps/postgresql/.env index d9dcdbc3..dedafc49 100644 --- a/apps/postgresql/.env +++ b/apps/postgresql/.env @@ -1,7 +1,7 @@ W9_DIST='community' -W9_VERSION='17' +W9_VERSION='17.2' W9_REPO=postgres -W9_POWER_PASSWORD='5WeA4yA!5M4brGh8' +W9_POWER_PASSWORD='#Q3XHKjhES5cpeZ4' #### -- Not allowed to edit below environments when recreate app based on existing data -- #### W9_ID='postgres' W9_DB_PORT=5432 diff --git a/apps/postgresql/variables.json b/apps/postgresql/variables.json index f6a5f30b..6f41cd85 100644 --- a/apps/postgresql/variables.json +++ b/apps/postgresql/variables.json @@ -8,7 +8,7 @@ { "dist": "community", "version": [ - "17", + "17.2", "16", "15", "14",