Uploaded image for project: 'Confluence Cloud'
  1. Confluence Cloud
  2. CONFCLOUD-25779

Confluence upgrade process should not chown/chmod hidden folders

    XMLWordPrintable

Details

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      NOTE: This suggestion is for Confluence Cloud. Using Confluence Server? See the corresponding suggestion.

      The .bin upgrader executes the following commands on the Confluence home area as part of it's upgrade process:

      chown -R "$username" "$1"
      chmod -R og-rwx "$1"
      

      Our home area has a hidden ".snapshot" subdirectory which contains weeks of snapshots which explodes the amount of time it takes to run the upgrade process.

      Some solutions:
      1.

      chown "$username" "$1"
      chown -R "$username" "$1"/*
      chmod go-rwx "$1"
      chmod -R og-rwx "$1"/*
      

      2.
      Use find with -prune to exclude certain directories supplied by the user prior to the upgrade.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              229c130f404c WSST
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: