These release notes are for PhixFlow 5.9.0.
...
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
Anchor | ||||
---|---|---|---|---|
|
The Email Sender and Fetcher accounts were previously configured in XML files. From 5.9 they are configured via the GUI.
...
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.
...
Note |
---|
Existing email settings (inbound and outbound) are not automatically migrated into new version (see Upgrade Notes above for details). |
Cleanup Configuration
...