Hi All
I have been tasked to do a full re-index and i used to do it by following the below steps with traditional setup.
1- Stop Solr
2- Delete items from /opt/alfresco-search-services/data/alfrescoModels
3- Delete items from /opt/alfresco-search-services/data/alfresco/index
4- Delete items from /opt/alfresco-search-services/data/archive/index
5- Start Solr
However, in kubernetes environemnt i am not sure what will be the right steps. If i stop the pod, i can't connect to the shell.
If you have tried and have the steps handy, please share. Appreciate your response.
Solved! Go to Solution.
The kubernetes pod must have persistant volume mapad for /opt/alfresco-search-services/data path of solr6 container. Look at your yaml deployment file to find real storage path of this volume.
Stop pod, delete proper folders on persistant storage and start pod again.
p.s. you must have strong knowlage in container/docker/kubernetes technology, and know what you do to manipulate with kubernetes deployment.
The kubernetes pod must have persistant volume mapad for /opt/alfresco-search-services/data path of solr6 container. Look at your yaml deployment file to find real storage path of this volume.
Stop pod, delete proper folders on persistant storage and start pod again.
p.s. you must have strong knowlage in container/docker/kubernetes technology, and know what you do to manipulate with kubernetes deployment.
@fedorow that was the part i was missing. Thanks for help
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.