Skip to content

Commit

Permalink
Pmm 7 update outdated db versions (#739)
Browse files Browse the repository at this point in the history
* updated default versions for PG and PDPG

* updated all PDPGSQL versions

* updated uptdated DB versions
  • Loading branch information
Nailya authored Oct 22, 2024
1 parent e87720e commit 06193bb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pmm-tests/pmm-framework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -686,11 +686,12 @@ sudo_check(){
if [[ -z "${ps_version}" ]]; then ps_version="8.0"; fi
if [[ -z "${ms_version}" ]]; then ms_version="8.0"; fi
if [[ -z "${md_version}" ]]; then md_version="10.5"; fi
if [[ -z "${mo_version}" ]]; then mo_version="6.0"; fi
if [[ -z "${modb_version}" ]]; then modb_version="4.4"; fi
if [[ -z "${mo_version}" ]]; then mo_version="7.0"; fi
if [[ -z "${modb_version}" ]]; then modb_version="7.0"; fi
if [[ -z "${pgsql_version}" ]]; then pgsql_version="16";fi
if [[ -z "${pdpgsql_version}" ]]; then pdpgsql_version="17"; fi
if [[ -z "${pxc_version}" ]]; then pxc_version="5.7"; fi
if [[ -z "${pxc_version}" ]]; then pxc_version="8.0"; fi
if [[ -z "${REPLCOUNT}" ]]; then REPLCOUNT="1"; fi
if [[ -z "${ova_memory}" ]]; then ova_memory="2048";fi
Expand Down

0 comments on commit 06193bb

Please sign in to comment.