Closed NuriaQueralt closed 5 years ago
I would ask at https://lists.wikimedia.org/mailman/listinfo/wikibaseug
You want to wipe all data and start over?
docker-compose down --volumes
will do that
Thanks guys!
I would ask at https://lists.wikimedia.org/mailman/listinfo/wikibaseug
I did it, but waiting for my subscription request to be accepted..
In the meanwhile, i also asked here: https://www.mediawiki.org/wiki/Talk:Wikibase/Installation/Advanced_configuration
it worked, from the wikibase dir, where the config file docker-compose.yml
is, run:
$ docker-compose down --volumes
# service docker restart (as root)
$ docker-compose up -d
how to delete the current data?
docker-compose down --volumes