Package com.atlassian.confluence.upgrade.upgradetask
package com.atlassian.confluence.upgrade.upgradetask
-
ClassesClassDescriptionAn abstract upgrade task for when you just want to run a bunch of constraint creation statements from a properties file.This upgrade task clears all expired tokens stored in the bandana tableThis upgrade task migrates compatible Bandana data to the new Plugin Settings table.Provides access to several underlying Hibernate and JDBC data access objects, which are commonly used in database-related upgrade tasks.This upgrade task is necessary for any customer who upgraded to Confluence 8.3.0 and then performed a site restore.Check custom decorators for lang macro usage and replace with inline equivalent.Removes all records and populates denormalised_content table again if service was enabled to fix problem with content statusRe-creates all required triggers and functions for denormalised permissions.This upgrade task drops the table "incremental_sync_subscription" We only have to drop this table for Postgres because the feature has never been rolled out for production yet but staging environments such as Bulldog wiki and EACAdds required multi-column unique constraints to the Crowd database tablesThis task adds a unique constraint on columns NAME, OWNER and NAMESPACE in LABEL table.Migrates Bandana values stored in the ScheduledJobConfiguration context Specifically, it changes the key from the legacy "QUARTZGRP#JOBID" format to "JOBID" As Quartz jobs are unsupported in 8.0, the job group property no longer exists.Set trash date for pre-7.14 items in the trashAs we update the logic of `removeStaleSharedDrafts`, we should call it in our upgrading task to make sure invalid data is cleaned up.After upgrading WebWork to Struts we need to update 'confluence.cfg.xml' by renaming property 'webwork.multipart.saveDir' -> 'struts.multipart.saveDir'.This task implements the changes in CONFSRVDEV-20791.This upgrade task is necessary for any customer who upgraded to Confluence 8.3.0 and then performed a site restore.An upgrade task to secure the secret properties configured in local home as defined in the
Set
ConfluenceApplicationConfig.propertiesToSecure
An upgrade task to secure plaintext mail server passwords that have been previously configured.An upgrade task to secure the secret properties configured in shared home as defined in theSet
ConfluenceApplicationConfig.propertiesToSecure
Implementation ofRowCallbackHandler
which clears the session after processing a configurable number of rows.Deletes synchrony.pid file as it's not used by Confluence anymore.Turns fast permissions on for all customers.An upgrade task to encrypt plaintext user directory passwords that have been previously configured.Convert all wiki formatted content to XHTML content as part of the upgrade.