This section describes the Migration of the SharePoint Online Configuration from 4.0 to 5.0.
Browse to the Aspire Admin UI. It is typically located at http://localhost:50505.
Choose a content source on Aspire 3/4 you want to migrate to Aspire 5. To verify the availability of the connector in Aspire 5, please refer to the Connectors page.
Create a Connector Instance in Aspire 5 for the connector you'll use
Once a connector instance is created, now create a Credential configuration object. We'll use this to create our connection at step 5
Once the Credentials object is created, now create a “Connection” configuration object.
Once the Connection object is created, now the Seed objects can be created. Seeds are the starting points for the crawls, they represent specific locations to start the crawls from. They are configured relative to “Connection” and Connector Instance objects.
Scheduling a Crawl in Aspire 5 differs from Aspire 3/4 on where it is configured. Like you have seen so far, everything is configured in separate configuration objects, and scheduling is no different: it must be configured via its own configuration object.
A Schedule Configuration object specifies when to start an Action (Start, Stop, Pause, Resume) on a set of Seed objects.
Follow the instructions at Schedules for more information on how to set them up.