Skip to content

Commit

Permalink
Document upgrade-timetracking script
Browse files Browse the repository at this point in the history
  • Loading branch information
bkembreeBPS committed Dec 10, 2024
1 parent 0aa7e85 commit ae82a73
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions docs/UPGRADING-6.0
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@ run without SSL, you can disable Dropzone in the RT configuration.

=back

=head2 Extensions Integrated into RT 5
=head2 Extensions Integrated into RT 6

The following extensions are now part of RT 5. If you previously used any as
The following extensions are now part of RT 6. If you previously used any as
an extension, you no longer need the extension after upgrading and can
remove the C<Plugin> line from your RT configuration.

Expand All @@ -225,6 +225,17 @@ are described below.
You need to set L<$EnableArticleTemplates|RT_Config/$EnableArticleTemplates>
to 1 to enable it.

=item RT::Extension::TimeTracking

You need to run etc/upgrade/upgrade-timetracking after your database has been
upgraded. The script will copy values from the TimeTracking Actor and Worked
Date custom fields to the new core fields and then disable the custom fields.

The upgrade-timetracking script will finish by printing out two rt-shredder
commands. These rt-shredder commands can be used to shred the Actor and Worked
Date custom fields. These custom fields can be shredded since they will not be
necessary after the values have been copied to the new core fields.

=back

=cut

0 comments on commit ae82a73

Please sign in to comment.