Is it possible to install a specific ODK central server?

Is it possible to install a specific ODK central server?
For example, I'd like to install V1.1.1 (Client v1.1.2) instead of the most recent default version v5.

In general, you should be running the latest version of Central. If you want to install a specific version, you can do so with the commands below.

Note that we don't support downgrades. Installing an old version over a new version may result in data loss.

git clone https://github.com/getodk/central;
cd central;
git checkout v1.1.1;
git submodule update --init;
docker-compose build;
...
2 Likes

@yanokwa we tried this but we are still getting the same error . Installing v1.1.1 version is a complicated and its rejecting . We have tried to upgrade the already in use ODK central v1.1.1 to latest version while after upgrading all the user , including super users booted out of the system . We failed to log in in the system . What is best way to perform this