Manually Announcement Removal
Symptoms
After modifying the Announcement Banner content, pages are not loading properly, making it impossible to reach the page to removeĀ the content of the Announcement Banner.
Diagnosis
The Announcement Banner content was recently changed, causing all pages in Bitbucket to not render properly.
Cause
An incorrect HTML or Javascript code in the Announcement Banner may cause all pages in Bitbucket to become useless.
Resolution
- Stop Bitbucket
- Backup your database!
Run the following SQL to completely remove the contents of the Announcement Banner:
The following SQL Query will permanently remove the contents of the Announcement Banner.
DELETE FROM PLUGIN_SETTING WHERE KEY_NAME LIKE 'banner.settings.%';
- Start BitbucketĀ