Upgrading

On this page:

Indexing 2020

Target Release 2020.1.x / 2020.2.x

How to Fix Indexing

Use the steps below to validate and fix current indexing.

  1. From the Robo3t/MongoDB Atlas UI:

    • View the contents of the MongoDB Collection from the data explorer.
  2. From the MongoDB CLI:

    • Connect to Mongo.

      mongo > use pronghorn
      pronghorn.db>
    • Run the following commands.

      db.jobs.getIndexes()
      db.tasks.getIndexes()
      db.workflows.getinsdexes()
  3. Expect, at a minimum, 14 Jobs, 8 Tasks, and 4 Workflows.

  4. If you do not have the expected indexing listed in Step 3 above, run the following command in app-workflow_engine.

    npm run index
  5. Login to IAP and confirm if you are able to view Active Jobs / Completed Jobs / Cancelled Jobs from the Job Manager page.

    IAP Job Manager

  6. Resume the Migration process at Step 5.