Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-53177

On upgrade to Confluence 6.3.2, database attachments are still in the database

    XMLWordPrintable

Details

    • Bug
    • Resolution: Not a bug
    • Low
    • None
    • 6.3.2
    • Content - Attachments
    • None

    Description

      Summary

      On upgrade, if Confluence is configured for database attachments, these are not exported to the filesystem.

      Environment

      • Confluence 6.3.2
      • Database attachments

      Steps to Reproduce

      1. Install Confluence 5.0.3 and configure for Database attachments via General Configuration >> Attachment Storage (/admin/attachmentstoragesetup.action)
      2. Create a page and attach some files
      3. Confirm files are in the database
        select attachmentdataid, attversion, attachmentid from attachmentdata;
        select count(*) from attachmentdata;
        
      4. Upgrade to Confluence 5.10.8 and confirm that attachments are still stored in the database (/admin/attachmentstoragesetup.action)
      5. Upgrade to Confluence 6.3.2 and confirm that attachments are still stored in the database (/admin/attachmentstoragesetup.action)

      Expected Results

      As database storage is deprecated, the attachments should be exported to the filesystem

      Actual Results

      Attachments are still in the database, this leads to errors such as

      Notes

      Database storage was deprecated in Confluence 5.4
      Attachment Storage Configuration

      Workaround

      Export the attachments via the user interface (/admin/attachmentstoragesetup.action).

      Attachments

        Activity

          People

            Unassigned Unassigned
            jrichards@atlassian.com James Richards
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: