Bamboo 2.0 : Removing Coverage plug-in data from the Bamboo database
This page last changed on Apr 10, 2008 by asridhar.
The third-party Coverage plug-in for Bamboo stores very large amounts of data in the Bamboo database. There are two consequences of this:
Precautionary MeasuresTo mitigate the risk of these problems, Atlassian makes the following recommendations to users of the Coverage plug-in:
Recovery ProcedureIf an instance of Bamboo is configured with an embedded database and the Coverage plug-in is failing for the reasons described above, this can be rectified by removing the Coverage plug-in's data from the database, using the following procedure. On Linux, Mac OS X and other Unix-like platforms:
On Microsoft Windows:For assistance, please raise a Bamboo support request. If you are using an external database, login to your database using a command line client and execute the following command: DELETE FROM buildresultsummary_customdata where custom_info_key like '%coverage%' |
![]() |
Document generated by Confluence on Apr 14, 2008 01:39 |