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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user