...
Code Block |
---|
cd $RELEASE/schema/sqlserver/migration/X.Y sqlcmd -S myServer\myInstance -U myUsername -P myPassword -d myDatabase -i migrate_schema_from_x_y_z_to_X_Y_Z.sql |
Re-start Tomcat
Migrate the Email Accounts
The Email Sender and Fetcher accounts were previously configured in XML files. From 5.9 they are configured via the GUI.
The migration process is manual. If you have configured email accounts prior to5.9, you must re-enter the Email Account settings into the new configuration forms:
Email Sender
- Make a backup copy of the phixflow-datasource.xml file.
- Open the phixflow-datasource.xml file.
- Note the port, host, username, password and javaMailProperties values.
- Delete the mailSender bean from the phixflow.datasource.xml file.
- In PhixFlow go to Admin → Manage Email Accounts and add a new account.
Tick the Outbound flag, type the account name and enter values from the step 2. The Properties have format: property.name=value. Each property should be entered in new line. Tick Enabled.
Info |
---|
You can test the configuration by entering a test email address and sending a test email by clicking the Test Configuration button. |
Email Fetcher
- Make a backup copy of the phixflow-email.xml file.
- Open the phixflow-email.xml file.
- Note the enabled, port, host, protocol, username and password values.
- Delete the phixflow-email.xml file.
- In PhixFlow go to Admin → Manage Email Accounts and add a new account.
Leave the Outbound flag unticked, type the account name and Enter values from the step 2. If you leave the Pooling Interval blank, the pollingInterval value configured in the server.properties file will be used.
Info |
---|
You can test the configuration by clicking the Test Configuration button. |
Complete
The upgrade is now complete.
...
- www.phixflowexample.com - no Application specified.
- www.phixflowexample.com#App1 - the 'App1' Application will be launched with the default menu (if specified).
www.phixflowexample.com#App1/Menu1 - The 'App1' Application with the 'Menu1' will be launched.
(This release contains more changes which affect the URL. See Upgrade Notes for details)As there are new functionalities which can be accessed by manipulating the application URL it is important to remember about the sequence of using new URL attributes:
- design=true and design=false must be typed right after the default PhixFlow URL and be prefixed by the ‘?’ character.
- #ApplicationName/MenuName must be typed at the end of the full PhixFlow URL.
E.g.
Assume in these examples that the default PhixFlow URL is www.phixflowexample.com
- www.phixflowexample.com – PhixFlow without any defined Application in a mode specified as default for the logged in user.
- www.phixflowexample.com?design=true – PhixFlow without any defined Application in the Design Mode
- www.phixflowexample.com?design=false – PhixFlow without any defined Application in the App Mode
- www.phixflowexample.com#App1 – App1 application with a default menu in a mode specified as default for the logged in user.
- www.phixflowexample.com#App1/Menu1 – App1 application with the Menu1 in a mode specified as default for the logged in user.
- www.phixflowexample.com?design=true#App1 – App1 application with a default menu in the Design Mode
- www.phixflowexample.com?design=false#App1 – App1 application with a default menu in the App Mode
- www.phixflowexample.com?design=true#App1/Menu1 – App1 application with the Menu1 in the Design Mode
- www.phixflowexample.com?design=false#App1/Menu1 – App1 application with the Menu1 in the App Mode
Design / App Mode
A new button is available under the User menu (top right corner). It allows switching between a Design and App mode.
...
Fixed bug with the alphabetic lists sorting on the Oracle database.
Upgrade Instructions
...
Email sender:
- Make a backup copy of the phixflow-datasource.xml file.
- Open the phixflow-datasource.xml file.
- Note the port, host, username, password and javaMailProperties values.
- Delete the mailSender bean from the phixflow.datasource.xml file.
- In PhixFlow go to Admin → Manage Email Accounts and add a new account.
Tick the Outbound flag, type the account name and enter values from the step 2. The Properties have format: property.name=value. Each property should be entered in new line. Tick Enabled.
Info You can test the configuration by entering a test email address and sending a test email by clicking the Test Configuration button.
Email fetcher:
...
.
...
Leave the Outbound flag unticked, type the account name and Enter values from the step 2. If you leave the Pooling Interval blank, the pollingInterval value configured in the server.properties file will be used.
Info |
---|
You can test the configuration by clicking the Test Configuration button. |
...
As there are new functionalities which can be accessed by manipulating the application URL it is important to remember about the sequence of using new URL attributes:
Note |
---|
Assume that the default PhixFlow URL is www.phixflowexample.com |
- design=true and design=false must be typed right after the default PhixFlow URL and be prefixed by the ‘?’ character.
- #ApplicationName/MenuName must be typed at the end of the full PhixFlow URL.
...