[Wikidata-bugs] [Maniphest] T277027: dispatchChanges.php does not work with the Wikibase Docker distribution

2022-01-17 Thread danshick-wmde
danshick-wmde added a comment. Thanks, clarified the docs. TASK DETAIL https://phabricator.wikimedia.org/T277027 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Addshore, danshick-wmde Cc: danshick-wmde, Addshore, despens, Aklapper, Invadibot,

[Wikidata-bugs] [Maniphest] T277027: dispatchChanges.php does not work with the Wikibase Docker distribution

2022-01-17 Thread Addshore
Addshore added a comment. In T277027#7625293 , @danshick-wmde wrote: > Doc page updated. > > https://www.mediawiki.org/wiki/Wikibase/Installation/Advanced_configuration#dispatchChanges.php To clarify, on the current main branch

[Wikidata-bugs] [Maniphest] T277027: dispatchChanges.php does not work with the Wikibase Docker distribution

2022-01-17 Thread danshick-wmde
danshick-wmde added a comment. Doc page updated. https://www.mediawiki.org/wiki/Wikibase/Installation/Advanced_configuration#dispatchChanges.php TASK DETAIL https://phabricator.wikimedia.org/T277027 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] T277027: dispatchChanges.php does not work with the Wikibase Docker distribution

2022-01-17 Thread Addshore
Addshore closed this task as "Resolved". Addshore claimed this task. Addshore added a comment. This maintenance script is now deprecated https://github.com/wikimedia/Wikibase/blob/master/repo/maintenance/dispatchChanges.php#L23-L25 TASK DETAIL https://phabricator.wikimedia.org/T277027

[Wikidata-bugs] [Maniphest] T277027: dispatchChanges.php does not work with the Wikibase Docker distribution

2021-09-09 Thread Addshore
Addshore added a comment. Work is currently being done to totally remove this maintenance script T265198: Don’t require extra cronjobs / maintenance scripts for Wikibase TASK DETAIL https://phabricator.wikimedia.org/T277027 EMAIL

[Wikidata-bugs] [Maniphest] T277027: dispatchChanges.php does not work with the Wikibase Docker distribution

2021-06-30 Thread danshick-wmde
danshick-wmde added a comment. In T277027#7186119 , @Addshore wrote: > Tagging @danshick-wmde as I am sure we should make some docs changes etc after working through this! Thanks. This comes at a great time, since I just updated

[Wikidata-bugs] [Maniphest] T277027: dispatchChanges.php does not work with the Wikibase Docker distribution

2021-06-30 Thread Addshore
Addshore added a subscriber: danshick-wmde. Addshore edited projects, added Wikibase (3rd party installations); removed Wikibase-Docker-2017+. Addshore added a comment. Tagging @danshick-wmde as I am sure we should make some docs changes etc after working through this! TASK DETAIL

[Wikidata-bugs] [Maniphest] T277027: dispatchChanges.php does not work with the Wikibase Docker distribution

2021-06-03 Thread despens
despens added a comment. For dispatchChanges.php to work on a Wikibase install, the following conditions have to be met: 1. The local wiki has to be registered in the "sites" table. This can be done by running addSite , for instance:

[Wikidata-bugs] [Maniphest] T277027: dispatchChanges.php does not work with the Wikibase Docker distribution

2021-05-27 Thread despens
despens added a comment. After adding the LocalSettings changed proposed above (`$wgWBClientSettings['repoDatabase'] = false;`), changes are getting dispatched, but very irregularly. The `dispatchChanges.php` script in most cases is unable to get a "database lock":

[Wikidata-bugs] [Maniphest] T277027: dispatchChanges.php does not work with the Wikibase Docker distribution

2021-05-26 Thread Addshore
Addshore added a comment. Restricted Application added a project: wdwb-tech. ubuntu@wikibase:~/wikibase$ docker exec -u www-data artbase-wikibase php extensions/Wikibase/repo/maintenance/dispatchChanges.php --max-time=110 OutOfBoundsException from line 60 of

[Wikidata-bugs] [Maniphest] T277027: dispatchChanges.php does not work with the Wikibase Docker distribution

2021-03-10 Thread despens
despens created this task. despens added a project: Wikibase-Containers. Restricted Application added a subscriber: Aklapper. Restricted Application added a project: Wikidata. TASK DESCRIPTION With the Wikibase Docker distribution, `dispatchChanges.php` doesn't seem to work: $ docker