chore(helm): proper error message
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
1bc840cb89
commit
20c1578a76
1 changed files with 2 additions and 1 deletions
|
|
@ -159,7 +159,8 @@ spec:
|
|||
- |
|
||||
pg_version=$(psql -c "SHOW server_version;" | xargs | grep -oP '\d+(?=\.)')
|
||||
if [[ $pg_version -le 14 ]]; then
|
||||
echo "[error] postgresql version is $pg_version which is <= 15. Exiting."
|
||||
echo "[error] postgresql version is $pg_version which is < 15. Exiting."
|
||||
For upgrade steps, refer: https://docs.openreplay.com/en/deployment/openreplay-admin/#upgrade-postgresql
|
||||
exit 101
|
||||
fi
|
||||
volumeMounts:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue