Confirming that the migration has not finished or have not taken place

ARTIFACTORY: How to fix Federated Monitoring Page showing N/A when "Monitoring is unavailable, migration in progress"

AuthorFullName__c
Derek Pang
articleNumber
000006067
ft:sourceType
Salesforce
FirstPublishedDate
2024-04-10T17:06:52Z
lastModifiedDate
2024-04-07
VersionNumber
2
First check the node_events table (i.e. SELECT * FROM node_events LIMIT 1;). There should be a “repo” column. If there is not the migration has not taken place. The migration will add the “repo” column.

Second check the migration_status table. There should be a row with “event-table-repo-key-migration”. If there is not the migration has not taken place.