Rosetta rollback procedure for 3.2
- Article Type: General
- Product: Rosetta
Description:
If a rollback of SP 3.2 is needed, the following procedure needs to be run manually to delete the Solr index directory and re-index the repository:
dps_stop
rm -rf /exlibris/dps/d4_1/profile/solr/data/index (solr data dir is dps.storage.idx global property)
dps_start
s+ shr00
BEGIN
REINDEX_FULL_REPOSITORY();
END;
/
Resolution:
- Article last edited: 10/8/2013