Versions Compared

Key

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

Copy Page Tree version 2.6.28 introduces a scheduled job used to clean up old DB entries used to track the status of long-running tasks for copy/delete operations.   This saves DB space.  ​

Table of Contents

...

Copy Page Tree Task Status Cleanup” Scheduled Job

The scheduled job is named “Copy Page Tree Task Status Cleanup”

It can be manually run at any time via the Confluence admin tools for the “Scheduled Jobs”scheduled Jobs” job, and it is scheduled to run automatically once per day. The schedule can be edited by an An admin user can edit the schedule if desired.

The job deletes old task status entities that are older than 10 days old.

The DB tables that get cleaned up by this job are:

...

Code Block
2021-11-03 22:07:49,945 INFO [Caesium-1-4] [tree.entity.admin.CopyPageTreeTaskStatusCleanupJob] deleteOldEntities Deleting 266 old CopyTaskEntity entities
2021-11-03 22:07:50,260 INFO [Caesium-1-4] [tree.entity.admin.CopyPageTreeTaskStatusCleanupJob] deleteOldEntities Deleting 277 old DeleteTaskEntity entities

Related Documentation

Copy Page Tree Server and Data Center - User Guide

...