Posts

Showing posts from 2021

Uninstallation of Installed Sitecore Instance Using SIA(Sitecore Install Assistant)

Image
Brief Introduction   There are some cases arises when installation of Sitecore instance on local machine fails or sometimes ruining instance got corrupted in that case if we want to remove current instance properly from machine including SQL databases, Solr indexes as well all dependencies related to particular instance than there is no need to run the each steps manually like removing SQL dB's, Solr indexes etc.(which obvious a hectic one) Sitecore provides a PowerShell script to run this task automatically only we need to configure some attributes and simple run it. below are the steps that needs to be done. Step 1: Go to the File explorer where you have downloaded the Sitecore installation package Step 2: There you can see we have one ps1 file with name of XP0-SingleDeveloper.ps1as shown below Step 3: There are two options either modify existing XP0-SingleDeveloper.ps1 file (not recommended) and run it or rename the file to Uninstall-XP0-SingleDeveloper.ps1 and do changes in it