Skip to content

Commit

Permalink
postgres 16
Browse files Browse the repository at this point in the history
  • Loading branch information
norlinhenrik committed Jun 11, 2024
1 parent a87396a commit fbc8235
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ cidr_whitelist:
⚠️ It must be a list. And this is only supported if you deploy with Traefik 2+.
postgres_version:
default: "15"
default: "16"
help: >-
Which PostgreSQL version do you want to deploy? (Recommended: for new instances
always use the latest version. Version 9.6 has no backup support.)
Expand All @@ -362,6 +362,7 @@ postgres_version:
"13": "13"
"14": "14"
"15": "15"
"16": "16"
validator: >-
{% if postgres_version|int > 0 %} {% if (odoo_version >= 16.0 and
postgres_version|int < 12) or (odoo_version >= 14.0 and postgres_version|int < 10)
Expand Down

0 comments on commit fbc8235

Please sign in to comment.