You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Release Notes

  • List of all issues included in release
  • In Management Console, ensure that no accounts have storage providers with type "DPN"
  • In bridge config init JSON document: change "dpnEmailAddresses" to "targetStoreEmailAddresses"
  • In bridge database, update state for any in-process snapshot or restore actions
    • Snapshot:
      • WAITING_FOR_DPN -> REPLICATING_TO_STORAGE
        • UPDATE snapshot.snapshot SET status="REPLICATING_TO_STORAGE" WHERE status="WAITING_FOR_DPN";
    • Restore
      • WAITING_FOR_DPN -> RETRIEVING_FROM_STORAGE

        • UPDATE snapshot.restoration SET status="RETRIEVING_FROM_STORAGE" WHERE status="WAITING_FOR_DPN";

      • DPN_TRANSFER_COMPLETE -> STORAGE_RETRIEVAL_COMPLETE

        • UPDATE snapshot.restoration SET status="STORAGE_RETRIEVAL_COMPLETE" WHERE status="DPN_TRANSFER_COMPLETE";
      • VERIFYING_DPN_TO_BRIDGE_TRANSFER -> VERIFYING_RETRIEVED_CONTENT

        • UPDATE snapshot.restoration SET status="VERIFYING_RETRIEVED_CONTENT" WHERE status="VERIFYING_DPN_TO_BRIDGE_TRANSFER";

Issues discovered in testing

Issues discovered in testing:


Issuebbdb
1




Testing of Completed Issues

Itembbdb

Unable to locate Jira server for this macro. It may be due to Application Link configuration.



Unable to locate Jira server for this macro. It may be due to Application Link configuration.



Unable to locate Jira server for this macro. It may be due to Application Link configuration.



Unable to locate Jira server for this macro. It may be due to Application Link configuration.



Unable to locate Jira server for this macro. It may be due to Application Link configuration.



Regression Testing

Build Tests

Testbbdb
mvn clean install (full build + integration tests) - DuraCloud DB

mvn clean install (full build + integration tests) - DuraCloud

mvn clean install (full build + integration tests) - Management Console



(Follow-up activites: Test and release Snapshot and Mill baselines)

Release Actions - for each baseline (in this order): DB, DuraCloud, MC, Snapshot, Mill


  • No labels