Warning | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Before you begin the migration process:
Determine Your Upgrade Path
Please follow the instructions on this page, to perform your upgrade.
|
...
Please read and understand the Migration Considerations which may require your action before beginning.
Stop the server using <frevvo-home>\stop-frevvo.[bat,sh].
If you are upgrading from v7.x, you will also need to stop the Insight Server (SOLR) by closing the window or if you are using the tomcat bundle by typing these commands in the <frevvo-home>\solr-5.4.1 directory of your existing installation.
bin\solr.cmd stop -allStop Live Forms and the Insight Server through the Computer Management Services console if they are running as Window's services.
- Backup the forms database from your current installation.
Backup the current server's installation directory so that you have a copy of all custom configuration parameters.
Warning If you are using SQL Server as your Live Forms database, it is highly recommended that you turn on the READ COMMITTED SNAPSHOT setting in the database BEFORE performing the upgrade to v7.3.x.
You do not have to do this if you are using MySQL or Oracle databases because this option is turned on by default.
There are two ways to turn on the option:
Using DDL ( Data Definition Language) - Run the commands listed below:
Code Block ALTER DATABASE <your frevvo database schema> - replace <your frevvo database schema> with the name of your frevvo database schema SET READ_COMMITTED_SNAPSHOT ON
- Using SQL Server Management Studio:
- Turn on the “Is Read Committed Snapshot On” Option under database properties.
- Request a v7 license if you are upgrading from a version prior to v7.0.x.
- Download the latest v7.3.x software. The download is a zip file. Extract the contents to any folder of your choice. This folder will be referred to as <frevvo-home> (note that the zip already contains a top level frevvo folder).
Navigate to <frevvo-home>\tomcat\conf\server.xml in the v7.3.x directory structure.
Warning Database configuration is done in the <frevvo-home>\tomcat\conf\server.xml file. The database resource name was changed to jdbc/sharedfrevvoDS in v7.0. When you configure your database, make the changes to the v7.3.x server.xml. Do not copy configured sections from a frevvo.xml of a previous release into the v7.3.x server.xml file.
- Configure the Database
- If you made changes to the Default Port in previous releases, make those changes again in the v7.3 server.xml file.
- Add any other changes to the v7.3.x server.xml file.
- Save the changes to the server.xml file.
- Install a JDBC Driver.
- Navigate to <frevvo-home>/tomcat/conf/Catalina/localhost/frevvo.xml in the v7.3 directory structure.
- Configure Email
- Configure the Proxy Server if applicable
Refer to Installation Tasks for information about additional configuration parameters that can be added to the frevvo.xml file to take advantage of features.
- We recommend that any changes that were made to the web.xml file in previous releases be moved to frevvo.xml instead.
- Compare the frevvo.users.schemaName property in the frevvo.xml file from the version of you are upgrading from to the frevvo.xml file in v7.3 installation directory. If they are not the same, copy the frevvo.users.schemaName property from <frevvo-home>\tomcat\conf\catalina\localhost\frevvo.xml to the v7.3 <frevvo-home>\tomcat\conf\catalina\localhost\frevvo.xml.
- Save the changes to frevvo.xml.
- If you are upgrading from v7.0+ or v7.1+ and you made changes to the <frevvo-home>/tomcat/conf/Catalina/localhost/insight.xml file, make those changes in the <frevvo-home>/tomcat/conf/Catalina/localhost/insight.xml file in your v7.3 installation. You can skip this step if you are upgrading from a version of previous to v7.0
If you are upgrading from v7.1+, restore the contents of the <frevvo-home>\data\solr directory from the previous installation directory backup that you made in Step 6 to your v7.3 <frevvo-home>\data directory. This step is only necessary if you are upgrading from v7.1+
Info If you do not restore the Insight server index files located in the <frevvo-home>\data\solr directory, you can run the Manage Insight Data Batch job manually once the upgrade is complete to regenerate them. The batch job should be run after hours when your users are not using your forms/flows.
Follow the steps for your Operating system to start the Insight server BEFORE starting .
Info - All database initialization and/or required upgrade will be automatically done by frevvo.war as part of the v7.3.x startup.
Windows:
Open a command prompt. Navigate to <frevvo-home>\solr-5.4.1. Type bin\solr.cmd start to run the Insight server in the background, listening on the default port 8983.
You will see this message:Warning If you close the Insight server (Solr) startup window, the server will stop running. Leave the window open or go to Step 10 for instructions to remove existing services and set up Live Forms and the Insight Server to run as Windows services.
- Browse http://<your server:port>/ solr to verify the Insight server is running. The <server:port> default values are localhost:8983. Change localhost to the server name and 8983 to the port the Insight server is running on if they are different than the defaults. Do not include the angle brackets <>. You will see the Insight server (Solr) dashboard with the current status:
Linux:- Ensure that the scripts are executable: chmod 755 <frevvo-home>/tomcat/bin/*.sh
- Navigate to <frevvo-home>/solr-5.4.1/bin. Run this command to make the solr startup file executable:
chmod +x solr - Navigate back to the solr-5.4.1 directory.
cd ..
Start the Insight server by typing: bin/solr start - this starts the Insight server in the background. - Browse http;<your server:port>/solr to verify the Insight server is running. The <server:port> default values are localhost:8983. Change localhost to the server name and 8983 to the port the Insight server is running on if they are different than the defaults. Do not include the angle brackets <>. You will see the Insight server (Solr) dashboard with the current status:
- Start the v7.3.x server by running the start-frevvo.bat or start-frevvo.sh files in the <frevvo-home>\frevvo directory depending on your Operating system. proceed to Step 11. If you are running and the Insight Server (Solr) as Windows services, continue with Step 10.
- If you are running Live Forms and the Insight Server (Solr) as Windows services, you must delete the existing services then reinstall them for the services to run properly.
- Follow these steps to delete the existing Insight Server service for Windows Vista, 7, 8 or 10 operating systems:
- Login as an administrator.
- Verify the service name by double clicking it in the Windows Services list
Type this command: If your service name has spaces in it, use quotes around the service name.
Code Block sc delete <ServiceName>
- The message "DeleteService SUCCESS' will display when successful.
- Remove the Live Forms service by running the <frevvo-home>\Remove-Service batch file.
- Perform these steps to reinstall the Insight Server and Live Form services.
- Follow these steps to delete the existing Insight Server service for Windows Vista, 7, 8 or 10 operating systems:
If you are running Live Forms for Confluence please follow the same instructions above to upgrade your server. Please refer to the Confluence Add-on Release Notes compatibility matrix. The server and the Confluence Add-on versions must match. If you do not find your Confluence server version in the Confluence Add-on Release Notes compatibility matrix, please contact support@frevvo.com.
- If you are using the Database Connector, you must reinstall and configure it again for the v7.3.x installation.
- If you are using the Google or PVE connectors included in the tomcat bundle, you must reinstall and configure them for the v7.3.x installation.
- If you are using the Filesystem Connector, you must reinstall and configure it again for the v7.3.x installation.
- If you are using the Box .com Connector, you must reinstall and configure it again for the v7.3 installation.
...
- Verify that any Connectors are up and running.
- Login as a tenant admin
- Click on the Configuration Checklist link to verify that all configurations are complete.
- Click on the Reports link. Click on one of the Reports to verify that submission data is displayed.
- Login as a tenant designer user
- View and edit a form/flow
- Verify that your submissions are displayed when you click the Submissions and Legacy submissions icons.
- Test forms/flows
- Login as the superuser admin.
- Verify that the Insight server batch job ran and completed successfully.
Troubleshooting:
It is recommended that you do not change or delete the frevvo.users.schemaName property in frevvo.xml after the first startup of v7.3.x. If the property is changed or deleted post migration you may see this error:
...
Warning |
---|
If you start before the Insight server, you will see this message when you browse the login URL. Follow these steps to start the servers in the correct order:
|
Applying a Minor Patch Update
If you're applying a minor patch update, for example, applying patch 7.3.x to your installed v7.3.x Live Forms server, you can follow these simple steps instead of the more lengthy upgrade steps.
Note |
---|
The latest major version and latest connector versions are available on the public Software Downloads page. |
...