From b2c066f95def0a382343b97d184c55ca2a681ad9 Mon Sep 17 00:00:00 2001 From: Mohan E Date: Tue, 9 Dec 2025 17:02:48 +0530 Subject: [PATCH] [MOSIP-43640] Updated get_db_data.sh Signed-off-by: Mohan E --- postgres-upgrade/get_db_data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres-upgrade/get_db_data.sh b/postgres-upgrade/get_db_data.sh index cbb3609..c2bfc1b 100755 --- a/postgres-upgrade/get_db_data.sh +++ b/postgres-upgrade/get_db_data.sh @@ -39,7 +39,7 @@ while IFS= read -r line; do git clone -b $branch https://github.com/mosip/$REPO_NAME.git ./repos/$REPO_NAME elif [ $REPO_NAME == "partner-management-services" ] then - branch=v1.2.2.2 + branch=release-1.2.2.x git clone -b $branch https://github.com/mosip/$REPO_NAME.git ./repos/$REPO_NAME elif [ $REPO_NAME == "pre-registration" ] then