[Spce-user] mr13.5.1 to mr14.0.1 Upgrade Help
SPCE Newbie
spce-user at tel.co.uk
Thu Dec 18 08:57:41 EST 2025
It's rude to follow-up one's own post, so sorry. I found this:
/etc/ngcp-config/templates/etc/ngcp-provisioning-tools/mysql_values.cfg.services
initialises DISPATCHER_IPS to an associative array
$ echo ${DISPATCHER_IDS[*]}
50
But the missing mandatory environment variable test in
/usr/share/ngcp-upgrade/steps/mr9.0/update_mysql_values
appears equivalent to:
$ if [[ -z "${DISPATCHER_IDS}" ]]; then echo zero; else echo non-zero;
fi
zero
so would always fail. Anyone successfully upgraded?
----- Original Message -----
Date: Thu, 18 Dec 2025 13:02:47 +0000
From: SPCE Newbie <spce-user at tel.co.uk>
To: spce-user at lists.sipwise.com
Subject: [Spce-user] mr13.5.1 to mr14.0.1 Upgrade Help
Hi fellow spc-users,
1. Expected Behaviour
After reboot, ngcp-upgrade --target mr14.0.1 completes successfully.
2. Observed Behaviour
# ngcp-upgrade --target mr14.0.1
...
2025-12-18 13:54:09: [57/63] 'spce' Running:
/usr/share/ngcp-upgrade/steps/mr9.0/update_mysql_values ERROR: Missing
mandatory environment variable '$DISPATCHER_IPS', exiting. ERROR: the
step 'mr9.0/update_mysql_values' failed, upgrade aborted! Please fix
the root of the issue and restart 'ngcp-upgrade' (see error details in
log file
/ngcp-data/ngcp-upgrade/mr13.5.1-mr14.0.1/logs/ngcp-upgrade-mr13.5.1-mr14.0.1-1766062443.log
).
3. Attempted Resolution
# source /etc/profile.d/ngcp-bash.sh
In case of local profile/bashrc customisation, then re-ran.
More information about the Spce-user
mailing list