aboutsummaryrefslogtreecommitdiffstats
path: root/roles/postgres
diff options
context:
space:
mode:
authorGravatar chrislovering <[email protected]>2023-06-17 11:06:42 +0100
committerGravatar ChrisJL <[email protected]>2023-07-24 14:42:09 +0100
commit036d351bfea40bef014f91e6d24e49659c47c052 (patch)
tree9cc477f5c1d4cbbba2cca4d9cbb1f1ad779994ca /roles/postgres
parentEnable the default .bashrc for root (diff)
Bump postgres to 15
This is now what's available in debian 13 stable
Diffstat (limited to 'roles/postgres')
-rw-r--r--roles/postgres/vars/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/postgres/vars/main.yml b/roles/postgres/vars/main.yml
index 2550103..ddb483a 100644
--- a/roles/postgres/vars/main.yml
+++ b/roles/postgres/vars/main.yml
@@ -1,4 +1,4 @@
-postgresql_version: "13"
+postgresql_version: "15"
postgresql_daemon: "postgresql@{{ postgresql_version }}-main"
postgres_user: "postgres"