We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e61692e + 5936654 commit dc5e0beCopy full SHA for dc5e0be
pmm_pgsm_setup/pmm_pgsm_setup.sh
@@ -9,9 +9,9 @@ export PMM_CONTAINER_PORT=443
9
export PMM_CONTAINER_IMAGE=perconalab/pmm-server:dev-latest
10
export PMM_UI_BRANCH=main
11
export PMM_QA_GIT_BRANCH=main
12
-export PGSTAT_MONITOR_BRANCH=REL_1_1_0
+export PGSTAT_MONITOR_BRANCH=1.1.0
13
export PGSQL_VERSION=14
14
-export PGSTAT_MONITOR_REPO=JiriCtvrtka/pg_stat_monitor
+export PGSTAT_MONITOR_REPO=percona/pg_stat_monitor
15
16
while [ $# -gt 0 ]; do
17
case "$1" in
0 commit comments