Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Upgrading from 9.2.3 to 9.3.4
Running script "update_postgres.sh" give the following error:
/root/Downloads/9.3.4/update/common_update_utils.sh: line 89: `common_update_utils::build_version_string': not a valid identifier
System info:
RHEL 8.6
PSQL v13.8
TOMCAT 9.0.52
JAVA 11.0.13
Any direction or advise will be greatly appreciated.
Solved! Go to Solution.
Hi Nick
Thank you for the question.
I was using "sh" to run the script.
It is working with "bash" ,
eg. ./update_postgres.sh
If it still doesn't work, also remeber to make the scrip executable.
Kind Regards
Niel
Can you share the command you're using to run that script? And just to be clear, you're on step "E" on this page, correct?
-Nick
Hi Nick
Thank you for the question.
I was using "sh" to run the script.
It is working with "bash" ,
eg. ./update_postgres.sh
If it still doesn't work, also remeber to make the scrip executable.
Kind Regards
Niel