Skip to content

Clean Up

Xenja edited this page Jul 1, 2019 · 3 revisions

To completely delete the data from your Wikibase instance follow the instructions:

  1. in the console, in the folder where your docker-compose.yml is located, run
docker-compose down --volumes

to delete all data from the database and other data related to Wikibase

  1. in the console, in the folder data-mapping run
rm -rf apicache-py3 && rm -rf import_env && rm -rf pywikibot.lwp && rm -rf user-config.py&& rm -rf import.py && rm -rf data && rm -rf password && rm -rf throttle.ctrl && rm -rf 

to delete the temporary data

Now you have an empty Wikibase instance again.

If you want to kill all Docker Containers you can do Clean Up under this link.

Clone this wiki locally