Page tree

1346 View 1 Comment In discussion Comments enabled In the category: Snowstorm

I'd like to refresh / start a new with my snowstorm installation. How do I do that?

Contributors (1)

1 Comment

  1. The simplest way to delete all the data in your installation is to start Snowstorm using this command line flag "--delete-indices".

    For example: 

    java -Xms2g -Xmx4g -jar snowstorm.jar --delete-indices

    From there you can load the SNOMED CT RF2 data again.

    Don't forget to remove this flag when you restart next time!