How to easily determine your appdevpack version

Once the appdevpack is installed on the Domino server and you have not noted which version of the appdevpack you have installed, there is unfortunately no easy official way to view the version of the installed appdevpack. When you start the Proton task (part of appdevpack), the console displays the version of Proton:

load proton

Unfortunately this information is not unique, because there are several appdevpack versions that contain the same Proton version. Fortunately, from appdevpack version 1.0.8 to 1.0.15, there is one component of appdevpack that can be used as an indicator of the installed appdevpack version: the version of the domino-db JAR file.

appdev-pack Version Proton-addin domino-db.jar domino-db iam-service node-iam-client domino-richtext min. req. Node.js Version
1.0.8 0.10.0 1.2.0 1.9.0 2.0.0 2.0.0 0.5.0 14.0
1.0.9 0.11.0 1.4.0 1.10.0 2.1.2 2.1.0 0.5.1 no information available in changelog
1.0.10 0.12.0 1.5.0 1.11.0 2.2.0 2.2.0 0.5.2 no information available in changelog
1.0.11 0.14.0 1.6.0 1.11.1 2.2.0 2.2.0 0.5.2 no information available in changelog
1.0.12 0.14.0 1.6.1 1.11.1 2.2.0 2.2.0 0.5.2 no information available in changelog
1.0.13 0.15.1 1.6.3 1.11.3 2.2.3 2.2.1 0.5.3 no information available in changelog
1.0.14 0.15.4 1.6.5 1.11.4 2.2.4 2.2.2 0.5.4 no information available in changelog
1.0.15 0.15.5 1.6.6 1.11.5 2.2.5 2.2.3 0.5.4 no information available in changelog

On a Linux server, you can use locate to search for the file - if a result is returned, you can use the version of the domino-db file to determine which appdevpack is installed using the table above.

1
locate -ir domino-db-.*jar