SuLab / Krusty

neo4j <-> wikibase import/export tool
1 stars 2 forks source link

wikibase with graph 3.2 data has mixed content? #10

Closed NuriaQueralt closed 5 years ago

NuriaQueralt commented 5 years ago

how to delete the current data?

docker-compose down --volumes

docker-compose stop
docker rm <name of your db container>
rm -r volumes/db
docker-compose up -d
andrewsu commented 5 years ago

I would ask at https://lists.wikimedia.org/mailman/listinfo/wikibaseug

stuppie commented 5 years ago

You want to wipe all data and start over?

docker-compose down --volumes

will do that

NuriaQueralt commented 5 years ago

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

NuriaQueralt commented 5 years ago

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