Uploaded image for project: 'Migration Platform'
  1. Migration Platform
  2. MIG-1715

CCMA migrates spaces with “Null” spacestatus

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Medium
    • None
    • CCMA - 3.9.4
    • None
    • 1
    • Severity 3 - Minor

    Description

      Issue Summary

      This is reproducible on Data Center: yes

      Migration Type: server to cloud 

      CCMA migrates spaces with “Null” spacestatus

      Steps to Reproduce

      1. Use the latest CCMA 3.9.4
      2. Create a migration plan with a space having null spacestate. This can be identified using the below query.

      select SPACEID, SPACEKEY, SPACESTATUS FROM SPACES
      

      3. The Migration will run successfully without any Errors or Warnings.
      4. MAUI will show this space to be migrated successfully.

      Expected Results

      Navigate to view the migrated space on cloud site. This space should be listed here.

      Actual Results

      • We will be unable to see the space anywhere on the cloud UI. 
      • This is because the spacestatus of this space is a NULL.

      Workaround

      1. To fix this on the cloud site if the space is already migrated, update the spacestatus of the space to current by a DB update using the below query.

      update spaces set spacestatus = 'CURRENT' where spacekey = ‘<SPACEKEY>’
      

      2. To fix this on the Confluence server before performing the migration follow the below steps.

      • Go to the Space with Null value spacestatus and click on Spacetools -> Overview -> Edit Space Details
      • Select “Edit Space Details”
      • Change the status to Current and Save it

      Attachments

        Issue Links

          Activity

            People

              5939596233ca Akshita Aggarwal
              e0621f72df9f Bhavana V
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: