Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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
upgradeEmail
upgradeEmail

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

  1. Make a backup copy of the phixflow-email.xml file.
  2. Open the phixflow-email.xml file.
  3. Note the enabled, port, host, protocol, username and password values.
  4. Delete the phixflow-email.xml file.
  5. In PhixFlow go to AdminManage Email Accounts and add a new account.
  6. 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

...