How to install a specific version of Zammad using package managers

Hi.
Is it possible to install a specific version of Zammad using package managers (like apt)?
Thank you

This might be helpful:

You can use this to follow the upgrade path to upgrade your Zammad installation.

1 Like

Since you’re using apt you’re probably also using the packaged version via packager.io.

Example using debian 11 as OS:
To install the latest stable you should have a list containing this repo:
deb https://dl.packager.io/srv/deb/zammad/zammad/stable/debian 11 main

To specifically install 5.1 instead your list would look like this:
deb https://dl.packager.io/srv/deb/zammad/zammad/stable-5.1/debian 11 main

You can see all available repos including their supported distros here:

There’s a dropdown on top.

Please follow the official documentation to add the repo etc. The example given should help you with specifying the version though.

cheers

p.s.: @Stubenhocker is still correct for specific version inside a given repo. I just added my answer in case you’re talking about “big” version jumps not builds inside a minor release.

1 Like

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.