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

Confluence installer to work on lvm mount point for upgrade

    XMLWordPrintable

Details

    • We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      If Confluence installation is in the parent folder of an lvm mount point, the upgrade will fail during fail at Deleting the previous Confluence installation directory... stage.

      Deleting the previous Confluence installation directory...
      Error while attempting to remove the previous installation directory. Some files may be in use. Please close all related programs and try again.
      Ignore [i, Enter], Retry [r], Quit [q]
      

      The installer attempts rmdir which doesn't work on lvm mount point.

      4593  unlink("/opt/atlassian/confluence") = -1 EISDIR (Is a directory)
      4593  rmdir("/opt/atlassian/confluence") = -1 EBUSY (Device or resource busy)
      4593  stat("/opt/atlassian/confluence", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
      4593  write(9, "[ERROR] com.install4j.runtime.be"..., 134) = 134
      4593  write(9, "        Execute action not succe"..., 54) = 54
      4593  write(1, "Error while attempting to remove"..., 145 <unfinished ...>
      

      Workaround

      1. Place the Confluence installation directory in a child directory on the lvm mount point; OR
      2. Upgrade Confluence Manually

      Attachments

        Activity

          People

            Unassigned Unassigned
            c84ad05f80fa Puven Mannen
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: