Skip to content

Commit

Permalink
PMM-12773 updated mongo bm setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadym Yarosh committed Jan 26, 2024
1 parent 8de5b9e commit 9a60491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pmm-tests/pmm-framework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ 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="4.4"; fi
if [[ -z "${mo_version}" ]]; then mo_version="6.0"; fi
if [[ -z "${modb_version}" ]]; then modb_version="4.4"; fi
if [[ -z "${pgsql_version}" ]]; then pgsql_version="14";fi
if [[ -z "${pdpgsql_version}" ]]; then pdpgsql_version="14"; fi
Expand Down Expand Up @@ -3047,7 +3047,7 @@ setup_mongo_replica_for_backup() {
fi
mkdir /tmp/backup_data && chmod 777 /tmp/backup_data
pushd qa-integration/pmm_psmdb-pbm_setup
PSMDB_VERSION=6.0.11-8 COMPOSE_PROFILES=extra ./start-rs-only.sh
PSMDB_VERSION=${mo_version} COMPOSE_PROFILES=extra ./start-rs-only.sh
popd
popd
}
Expand Down

0 comments on commit 9a60491

Please sign in to comment.