chore(init): enabling verbose logging
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
9e239bb5f1
commit
81238bb0a1
1 changed files with 1 additions and 0 deletions
|
|
@ -157,6 +157,7 @@ spec:
|
|||
- -c
|
||||
args:
|
||||
- |
|
||||
set -x
|
||||
pg_version=$(psql -c "SHOW server_version;" | grep -oP '\d\d+')
|
||||
if [[ $pg_version -le 14 ]]; then
|
||||
echo "[error] postgresql version is $pg_version which is <= 15. Exiting."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue