Latest Central Upgrade doesn't display v2025.4.2 in Version

1. What is the issue? Please be detailed.
I'm trying to upgrade Central to the most recent v2025v4.2 but after going through the upgrade process in these steps and checking the version on ODK Central it says:

v2025.4.1-1-gcf374ca
client (v2025.4.0)
server (v2025.4.0)

Is this correct? when doing git pull it displays already up to date. I already did the version specific rebuilding index steps in the previous upgrade.

2. What steps can we take to reproduce this issue?
Follow the upgrade steps then after logging into Central, click the question mark icon, then Version to see the version displayed.

3. What have you tried to fix the issue?
git pull

4. Upload any forms or screenshots you can share publicly below.

Hey @Tyler_Depke,

What version are you upgrading from? Are you on the master branch when doing git pull?

The fact that it's v2025.4.1-1-gcf374ca suggests the branch being used is 1 commit ahead of the v2025.4.1 release.

I had pulled from the master branch successfully but it looked like the docker image wasn't properly rebuilt. Using docker ps it looks like only half of the items were successfully rebuilt, the other half were the older versions. I just did:

docker compose down

docker compose build --no-cache

docker compose up -d

and everything upgraded successfully!

1 Like