Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Stop Confluence

  2. Backup your database!

  3. Run the following SQL to completely remove the contents of the Announcement Banner:


    Note

    The following SQL Query will permanently remove the contents of the Announcement Banner.


    Code Block
    languagesql
    themeConfluence
    DELETE from bandana 
    WHERE bandanakey =LIKE 'banner.settings.announcement' OR bandanakey = 'banner.settings.visibility%';


  4. Start Confluence