...
Often in DEV or QA environments, customer found that Iguana takes was taking a long time to commitscommit
It also takes a longer time to start up
[INFO ] Optimizing Git repositories. This may take a few minutes...
In some special cases, the commits will failed fail or timeout
Cause
Overtime the IguanaMainRepo has too many commit histories which affects may affect Iguana to update the repo
Solutions
Cleanup IguanaMainRepo but preserve existing channels and configurations
Steps to Cleanup IguanaMainRepo
Create a local temporary repository (e.g “TempRepo”)
Export all your channels with sample data to TempRepo
Make a backup of “IguanaMainRepo” folder
Make a backup of “IguanaConfiguration.xml” file found in IguanaConfigurationRepo folder
Stop the Iguana Service
Delete the following folders:
Edit, Run, data, IguanaMainRepo, IguanaConfigurationRepo
Start the Iguana Service
Once started, if Log encryption is enabled, choose reuse existing key option
Login to Iguana Dashboard
Add local repository (e.g “TempRep”) and import all channels back
Stop the Iguana Service
Overwrite IguanaConfiguration.xml
Start the Iguana Service
Video
...