Update from 10.0.x to 10.0.4
1. Introduction
Warning
These instructions are only applicable for updating the application v.10.0.x to v10.0.4 with the following configurations:
KeySurvey Win/Oracle 19c
KeySurvey Win/Ms SQL
Form.com Win/Ms SQL
Every step described in this document should be performed in the listed order.
Do not skip any upgrade steps. If any item is not clear or throws an error, ask your point of contact at FORM for additional details.
2. KeySurvey Update Procedure
Stop Tomcat Service and IIS
Back up \keysurvey-standalone\ folder. Rename c:\hosting\keysurvey-standalone folder into c:\hosting\keysurvey-standalone.old
Extract keysurvey_app\keysurvey-standalone.zip from Key Survey upgrade archive into c:\hosting directory.
Copy configuration files: web.config, tomcat-users.xml, config.properties and application.yml from the backup folder to the new one, overwrite the default files.
Copy the contents from the c:\hosting\keysurvey-standalone.old\keysurvey\user-data to c:\hosting\keysurvey-standalone\keysurvey\user-data.
Back up both DBs: main KeySurvey DB and DM KeySurvey DB
Go to 'c:\hosting\keysurvey-standalone\bin' directory and run start_hook.ps1 script.
Start Tomcat Service and IIS.
3. FORM Update Procedure
Stop Tomcat Service and IIS.
Back up \formcom-standalone\ folder. Rename {apppath}\hosting\formcom-standalone folder into {apppath}\hosting\formcom-standalone.old.
Extract formcom_app\formcom-standalone.zip from Form.com upgrade archive into {apppath}\hosting directory.
Copy configuration files: web.config, tomcat-users.xml, config.properties and application.yml from the backup folder to the new one, overwrite the default files.
Copy the contents from the {apppath}\hosting\formcom-standalone.old\formcom\user-data to {apppath}\hosting\formcom-standalone\formcom\user-data.
Back up both DBs: main Form.com DB and DM Form DB.
Go to '{apppath}\hosting\formcom-standalone\bin' directory and run start_hook.ps1 script.
Start Tomcat Service and IIS.