Project:RerunUpdate: Difference between revisions
From MaRDI portal
Created page with "Test" |
No edit summary |
||
Line 1: | Line 1: | ||
This page is documentation of how to get the Updater to incorporate items it missed because if was not running for some reason. | |||
For more information: | |||
https://www.mediawiki.org/wiki/Wikidata_Query_Service/User_Manual | |||
[https://www.mediawiki.org/wiki/Wikibase/FAQ/en#Why_doesn't_the_query_service_update? https://www.mediawiki.org/wiki/Wikibase/FAQ/en#Why_doesn't_the_query_service_update?] | |||
* go to mardi02 | |||
* determine the timestamp you want to start from (format should be <code>2015-02-11T17:11:08Z</code> or <code>20150211170100</code> ) | |||
* execute <syntaxhighlight lang="bash"> | |||
docker exec docker-wdqs-1 bash -c '/wdqs/runUpdate.sh -h http://${WDQS_HOST}:${WDQS_PORT} -- --wikibaseUrl ${WIKIBASE_SCHEME}://${WIKIBASE_HOST} --conceptUri ${WIKIBASE_SCHEME}://${WIKIBASE_HOST} --entityNamespaces ${WDQS_ENTITY_NAMESPACES} --init --start TIMESTAMP | |||
</syntaxhighlight> |
Revision as of 10:55, 14 October 2024
This page is documentation of how to get the Updater to incorporate items it missed because if was not running for some reason.
For more information:
https://www.mediawiki.org/wiki/Wikidata_Query_Service/User_Manual
https://www.mediawiki.org/wiki/Wikibase/FAQ/en#Why_doesn't_the_query_service_update?
- go to mardi02
- determine the timestamp you want to start from (format should be
2015-02-11T17:11:08Z
or20150211170100
) - execute
docker exec docker-wdqs-1 bash -c '/wdqs/runUpdate.sh -h http://${WDQS_HOST}:${WDQS_PORT} -- --wikibaseUrl ${WIKIBASE_SCHEME}://${WIKIBASE_HOST} --conceptUri ${WIKIBASE_SCHEME}://${WIKIBASE_HOST} --entityNamespaces ${WDQS_ENTITY_NAMESPACES} --init --start TIMESTAMP