
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-29-2022 09:31 AM
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.
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-30-2022 05:52 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-30-2022 05:52 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2023 10:01 AM
@fedorow that was the part i was missing. Thanks for help
