-
Bug
-
Resolution: Not a bug
-
Medium
-
None
-
5.1.5
After upgrading to Confluence version 5.1.5, the Macro Migration Service configuration in BANDANA table is set to true.
Configuration can be found by using this query:
SELECT * FROM bandana WHERE BANDANACONTEXT = 'com.atlassian.confluence.content.render.xhtml.migration.macro.MacroMigrationService' AND BANDANAKEY = 'migration.required';
This causes Confluence instance with lot of pages and users suddenly performing great number of editing operations in the database and may cause an outage.
- relates to
-
CONFSERVER-37710 Confluence remigrates our content on restart if a plugin is updated
-
- Closed
-
Form Name |
---|
Hi Deivdi,
I'm afraid there is no configurable way of disabling this behaviour. The best option I can give is to reduce the amount of resource it is using.
Set the system property remigration.threads to 1 and set remigration.batchsize to 10.
Cheers,
Paul C