wikibase-docker, Mediawiki & Wikibase update

Today on the Wikibase Community User Group Telegram chat I noticed some people discussing issues with upgrading Mediawiki and Wikibase using the docker images provided for Wikibase.

As the wikibase-registry is currently only running Mediawiki 1.30 I should probably update it to 1.31, which is the next long term stable release.

This blog post was written as I performed the update and is yet to be proofread, so expect some typos. I hope it can help those that were chatting on Telegram today.

Starting state

Documentation

There is a small amount of documentation in the wikibase docker image README file that talks about upgrading, but this simply tells you to run update.php.

Update.php has its own documentation on mediawiki.org.
None of this helps you piece everything together for the docker world.

Installation

The installation creation process is documented in this blog post, and some customization regarding LocalSettings and extensions was covered here.
The current state of the docker-compose file can be seen below with private details redacted.

This docker-compose files is found in /root/wikibase-registry on the server hosting the installation. (Yes I know that’s a dumb place, but that’s not the point of this post)

Read more

A firewall is blocking sharing between Windows and the containers – Docker

I recently encountered this error while trying to run one of my docker setups. I have encountered errors like this before and it has always ended up being related to docker and sharing my drives to the linux VM that actually runs my containers. Checking the shared drives menu of the docker UI everything seemed … Read more

2018 Year Review

This entry is part 2 of 7 in the series Year Reviews

12,374 page views (up from 7992) 8,578 visitors (up from 5250) 24 posts (up from 4) 28 comments (up from 13) Top 5 posts by page views in 2018: Guzzle 6 retry middleware, (still #1) Add Exif data back to Facebook images, (up from #4) Mislead by PHPUnit at() method, (down from #2) From 0 … Read more