Steps for upgrading an existing Tark4/Gn4 installation to version 1.5 from version 1.4
•If you want to use error reporting over Tera mail server, add configuration to the GlobalConfig, as explained in Auto-reporting of GN4 system exceptions, paragraph "In version 1.5 or newer". •If you want to add IMAP support for notifications, see Enabling IMAP server in ServerConfig. •There are changes in thumbnails generation. Look here for details: Configuring page thumbnails in 1.5 or newer. |
Use a merge utility to see all changes and additions to the standard configuration files, against those you customized.
|
If you maintain an editorial or tark4 update or installconfig, you can at the same time import the new/modified config/data/icon/strings files using the: srv4 dbupdate -config [configfile] -nocompute Otherwise, run the: srv4 dbupdate -s [master schema file] -d "" -nocompute |
If you do not maintain an update or install config file, you will have to manually import all the updated and new files: see "New files in version 1.5" for the list of new files. 1.Locate the files you customized in the version 1.4 and compare them with the files supplied with the version 1.5. Do all needed adjustments to keep your changes and add what’s new/changed. 2.Import using the appropriate command (import, config, icon, strings) : othe new files; othe files you compared and modified; oall the other files listed in the released installconfig (that we may have modified from 1.4 to 1.5). The files import order is important, see the released installconfig for the proper order. |
The following style is required by builds 1.5.1585.0 or later: <Style x:Key="SysTextElementHighlightStyle" TargetType="{x:Type TextElement}"> <Setter Property="FontWeight" Value="Bold"/> <Setter Property="Foreground" Value="Red"/> </Style> Please ensure that you have reimported WinClientResources when using 1.5. |