Uses of Interface
com.atlassian.confluence.upgrade.DatabaseUpgradeTask
Packages that use DatabaseUpgradeTask
-
Uses of DatabaseUpgradeTask in com.atlassian.confluence.upgrade.upgradetask
Classes in com.atlassian.confluence.upgrade.upgradetask that implement DatabaseUpgradeTaskModifier and TypeClassDescriptionclass
An abstract upgrade task for when you just want to run a bunch of constraint creation statements from a properties file.class
Base class for upgrade tasks that want to migrate page templates from one format to another.class
Upgrade task to ensure that for all the user names in Confluence a ConfluenceUser object exist.class
Alter the Bandana table to make sure the Bandana context and keys have not null and unique constraints on them.class
This upgrade task clears all expired tokens stored in the bandana tableclass
Migrates Bandana values stored with XStream 1.1.1 format to XStream 1.4.1 based format.class
This upgrade task is necessary for any customer who upgraded to Confluence 8.3.0 and then performed a site restore.class
Check custom decorators for lang macro usage and replace with inline equivalent.class
Re-creates all required triggers and functions for denormalised permissions.class
Creates all required triggers, functions and indexes for denormalised content permissions.class
Removes all records and populates denormalised_content table again if service was enabled to fix problem with content statusclass
Re-creates all required triggers and functions for denormalised permissions.class
Creates all required triggers, functions and indexes for denormalised space permissions.class
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 EACfinal class
Adds hibernate mapping for externalId property ofInternalGroup
or rather logs that the crowd schema got updated, because Hibernate should take care of updating things for usclass
Adds required multi-column unique constraints to the Crowd database tablesclass
This task adds a unique constraint on columns NAME, OWNER and NAMESPACE in LABEL table.class
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.class
Set trash date for pre-7.14 items in the trashclass
As we update the logic of `removeStaleSharedDrafts`, we should call it in our upgrading task to make sure invalid data is cleaned up.class
This upgrade task is necessary for any customer who upgraded to Confluence 8.3.0 and then performed a site restore.class
An upgrade task to secure plaintext mail server passwords that have been previously configured.class
An upgrade task to secure the secret properties configured in shared home as defined in theSet
ConfluenceApplicationConfig.propertiesToSecure
class
Turns fast permissions on for all customers.class
An upgrade task to encrypt plaintext user directory passwords that have been previously configured.class
Convert all wiki formatted content to XHTML content as part of the upgrade.