Closed mune360 closed 4 years ago
Hi, no there's no "easy way" this should be a feature.
In the meantime, the best way would be to delete the database volume in docker and restart bobarr which would re-create the database and re-scan your library to re-import what you already have.
$ docker-compose down
$ docker volume rm bobarr_db_data
$ docker volume rm bobarr_redis_data
And then restart bobarr.
I would like to "refresh" entirely the DB and my library now I know how to setup everything perfectly ?