diff --git a/scripts/helmcharts/openreplay/templates/job.yaml b/scripts/helmcharts/openreplay/templates/job.yaml index 71cd445a5..6e55f61cc 100644 --- a/scripts/helmcharts/openreplay/templates/job.yaml +++ b/scripts/helmcharts/openreplay/templates/job.yaml @@ -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: