RQM offline rebuildTextIndices takes more than a week to complete
One answer
There are 2 ways to handle such a scenario
1. Allow to rebuild in the background.
If the application is started after the upgrade, the full text search index will be rebuilt in the background. Depending on the amount of data, this could take time. Also, you must ensure no restart happens in between as the indexing process will not continue from where it was left the last time.
2. See if you can clear data from RQM.
a. Review the rebuildTextIndices logs to identify what test artifact types are taking longer to process.
b. Check if there is anything special about them (may be the number, type, size of the attachments etc)
c. See if those can be archived.