This topic describes how to update from TrackStudio 3.0.x. to 3.1.y
1. Backup your database. You can do this through the DBMS, for example, by using the imp/exp utility in ORACLE. The backup will allow you to use version 3.0.x until possible problems with TrackStudio 3.1.y are solved.
2. Stop the TrackStudio 3.0.x instance.
3. Un-install Windows services if used:
>Wrapper.exe -r etc/hwrapper.conf >Wrapper.exe -r etc/jwrapper.conf
4. Install the TrackStudio 3.1.y to a separate directory.
5. Upgrade database:
6. Configure TrackStudio e-mail notification, e-mail submission and LDAP properties.
7. Ensure that you set the correct Upload directory path.
8. Clean the Index directory content.
9. Start TrackStudio 3.1.y
10. Login as root.
11. Update e-mail templates:
Property |
Value |
Subject |
<${task.getProjectAlias()}>: ${addval.taskViewFactory.inEmailText(task).getName()} ${addval.taskViewFactory.inEmailText(task).getNumber()} |
Content Type |
HTML |
From |
Submitter |
Reply To |
TrackStudio |
E-Mail Body |
Copy/paste from templates/common_html.ftl |
Property |
Value |
Subject |
<${task.getProjectAlias()}>: ${addval.taskViewFactory.inEmailText(task).getName()} ${addval.taskViewFactory.inEmailText(task).getNumber()} |
Content Type |
text |
From |
Submitter |
Reply To |
TrackStudio |
E-Maill Body |
Copy/paste from templates/common_text.ftl |