Skip to main content
12-Amethyst
December 5, 2022
Solved

Upgrading to 9.3 Script error

  • December 5, 2022
  • 1 reply
  • 1181 views

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.

Best answer by ndupreez

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

1 reply

17-Peridot
December 8, 2022

@ndupreez ,

 

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?

 

https://support.ptc.com/help/thingworx/platform/r9/en/index.html#page/ThingWorx/Help/Installation/Installation/manual_inplace_upgrade_windows_9.3.html#wwID0ELBUT

 

-Nick

ndupreez12-AmethystAuthorAnswer
12-Amethyst
December 9, 2022

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