Akka-Persistence with LevelDB - where is the DB stored

After my first attempts with Akka Persistence were working I did some refactoring to my code and now the replay of the already stored events fail due to invalid class-ids.

I know that I should never throw stuff away and handle this carefully but for the initial learning I would like to reset my persisted data. Problem is, I cannot find where the Level-DB Journal is persisting the files on my disc.

Where is this stuff stored or how can I reset my db during startup?

Thanks

Sorry, I’ve finally found it. It was caused by my IDE because it launched the application from a parent folder. There I found the folder “journal” which contains the db-files.

I guess this is not usefull for anyone later…if a mod wants to delete this, feel free