From 70fab24247786a9331b02df1c3090c3137e9ba73 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 9 Mar 2020 18:32:09 +0100 Subject: [PATCH] [psql] Upgrade postgresql helper to use version 11 --- data/helpers.d/postgresql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/helpers.d/postgresql b/data/helpers.d/postgresql index 7eb4e7289..11b9c0fed 100644 --- a/data/helpers.d/postgresql +++ b/data/helpers.d/postgresql @@ -1,7 +1,7 @@ #!/bin/bash PSQL_ROOT_PWD_FILE=/etc/yunohost/psql -PSQL_VERSION=9.6 +PSQL_VERSION=11 # Open a connection as a user #