@ParametersAreNonnullByDefault
Class | Description |
---|---|
ConfluenceUpgradeTaskFactory |
This class is a part of implementing the new "cloud-upgrade-framework" SPI.
|
DowngradeTask1SampleConfluenceServer |
This class is a part of implementing the new "cloud-upgrade-framework" SPI.
|
SqlRunningUpgradeTask |
This class executes the resource SQL files in
com.atlassian.confluence.upgrade2.upgradetasks.postgresfunctions defined
in subclass when runUpgrade is called. |
UpgradeTask10RemoveIdColumnFromAoNotification |
This class executes the resource SQL files in
com.atlassian.confluence.upgrade2.upgradetasks.postgresfunctions when
runUpgrade is called. |
UpgradeTask11AddContentDateIndex |
Add date column indexes to the content table to avoid table scans for the Content REST API order-by clause.
|
UpgradeTask12RepairPagesBreakingExport |
Repair the pages that may have been left in dodgy states that break space exports
|
UpgradeTask13MigrateProjectSpaces |
Set any spaces with type 'project' to 'global', part of cancelling the Clarity alpha.
|
UpgradeTask14FixDailySummaryEmailScheduleJob |
Reschedule daily summary email scheduled job
|
UpgradeTask15DeleteUserMacros |
Deletes user macros from bandana table under bandanakey atlassian.confluence.user.macros
|
UpgradeTask1SampleConfluenceCloud |
This class is a part of implementing the new "cloud-upgrade-framework" SPI.
|
UpgradeTask2PostgresFunctionCreator |
This class executes the resource SQL files in
com.atlassian.confluence.upgrade2.upgradetasks.postgresfunctions when
runUpgrade is called. |
UpgradeTask3CrowdPeriodicSync | Deprecated
in favor of
UpgradeTask8CrowdPeriodicSync |
UpgradeTask4IdGeneratorSchemaMigration |
This class migrates the schema of hibernate_unique_key table to what is expected by the Hibernate 5 org.hibernate.id.enhanced.TableGenerator:
- Adds sequence_name column
- Adds primary key on sequence_name column
- Changes the next_hi column datatype to int8
The sequence_name column is given the default value 'default', so that the table remains compatible with the existing id generator.
|
UpgradeTask5ConfluenceUpgradeTaskHistoryPK |
This class migrates the datatype of the 'id' column of upgrade_task_history table from int to bigint.
|
UpgradeTask6UpdateScheduledJobs |
Upgrade task to update scheduled jobs for Vertigo to increase interval and remove obsoleted jobs
|
UpgradeTask7ModifyFnViewablePagesInSpace |
Modifies the fn_viewable_pages_in_space Postgres function to not ignore pages with content_status=draft
|
UpgradeTask8CrowdPeriodicSync |
This was previously the
UpgradeTask3CrowdPeriodicSync but it has scheduling configuration problems. |
UpgradeTask9FixAoTimestamp |
This class executes the resource SQL files in
com.atlassian.confluence.upgrade2.upgradetasks.postgresfunctions when
runUpgrade is called. |
Copyright © 2003–2017 Atlassian. All rights reserved.