Fix: Update PostgreSQL 11.8 → 14 for Frappe Site Creation (#1709)

* update version of postgress in compose.yml file

* fix(postgres): upgrade to v14 for COMMIT AND CHAIN support

---------

Co-authored-by: abhirock74 <abhishek.suvaidyam@gmail.com>
This commit is contained in:
Samar Singh
2025-09-18 04:43:41 +05:30
committed by GitHub
parent 67500fa79a
commit 32f4fd315f

View File

@@ -15,7 +15,7 @@ services:
# Enable PostgreSQL only if you use it, see development/README.md for more information. # Enable PostgreSQL only if you use it, see development/README.md for more information.
# postgresql: # postgresql:
# image: postgres:11.8 # image: postgres:14
# environment: # environment:
# POSTGRES_PASSWORD: 123 # POSTGRES_PASSWORD: 123
# volumes: # volumes: