Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

DryvIQ Platform version 5.8 was available on September 4, 2024. This release includes several new features for Discover that allow for even more customized scan setup and viewing options for scan results. In addition, it includes new connector offerings and improved feature functionality for both Discover and Migrate. The release also includes several bug fixes. For detailed information about individual items, refer to the DryvIQ Platform Documentation Center. NoteThe

Important Upgrade Steps Required

Version 5.8 update includes various system stability and performance improvements. As a result, this update will take longer than usual to completeincludes a Catalog database index replacement. Replacing the index takes roughly 1 minute per 10 million Catalog items. To avoid the process from timing out during the upgrade, you need to run a script to replace the index before upgrading to 5.8. Please follow the steps below.

  1. Stop all jobs and scans that are running.

  2. Back up the database.

  3. Run the following script to replace the index.

    Code Block
    DROP INDEX catalog.idx_in_item_hierarchy_path;
    
    CREATE INDEX idx_in_item_hierarchy_path
        ON catalog.in_item_hierarchy USING btree
        (path)
        INCLUDE(id, parent_id)
        TABLESPACE pg_default;
  4. Run the DryvIQ upgrade.

New Features and Enhancements

...