DangerOnTheRanger/maniwani

clearing the db

Closed this issue · 2 comments

I know it has already been specified on how to clear the DB but what is documented doesn't seem to be working for me. Is the test.db file inside of a container? If so, which container? I removed all files labeled test.db from my host but data is still getting loaded. Can anyone help me figure out exactly how to clear the db?

As per README.md, if you're using docker-compose and not using devmode, you'll need to remove the compose-data directory to clear the postgres database and the S3 server. Removing the compose-captchouli directory removes the download captchouli images.

Thank you very much!