Updating from 6.0 to 6.1 nothings happen

Infos:

  • Used Zammad version: 6.0.0-1686030641.c4fbb542.focal

  • Used Zammad installation type: Source

  • Operating system: Ubuntu 22.04.3 LTS

  • Browser + version: Chrome 117.0.5938.149

Expected behavior:

Hello!

I have hosted Zammad for about a year and with the update command has always been updated without problems, except now, which tells me that it is updated, but I know that there is a new version.

Actual behavior:

Steps to reproduce the behavior:

  • I have launched from root the commands

apt update
apt upgrade

and I get back that everything is up to date.

sudo apt update
Obj:1 fr.archive.ubuntu.com / ubuntu.lafibre.info jammy InRelease
Obj:2 fr.archive.ubuntu.com / ubuntu.lafibre.info jammy-updates InRelease
Obj:3 fr.archive.ubuntu.com / ubuntu.lafibre.info fr.archive.ubuntu.com / ubuntu.lafibre.info jammy-backports InRelease
Obj:4 fr.archive.ubuntu.com / ubuntu.lafibre.info jammy-security InRelease
Reading list of packages… Done
Creating dependency tree… Done
Reading status information… Done
All packages are up to date.

sudo apt upgrade
Reading the list of packages… Done
Creating dependency tree… Done
Reading status information… Done
Calculating update… Done
0 updated, 0 new will be installed, 0 to remove and 0 not updated.

Any idea? I am not a linux expert.

The provided information do not add up.
You’re running package manager commands but claim that your installation is a source code installation.

Please verify what is correct before hand.
The easiest way to find that out is to run “zammad run rails c” - if that command works and exists you’re using a package installation. This would also reflect the version you’ve provided.

Your sources list features only Ubuntu repositories not packager.io’s repo of Zammad. Are you sure the repository file is installed? There should be a file called /etc/apt/sources.list.d/zammad.list. If not, there’s the issue. If there is, please provide the content of the file.

Hi MrGeneration,

When i execute the command rails c returns.

Rails 6.1.7.3.

Probable I don’t have the right repository.

I’m checking now.

Thanks for reply fastly.

I show in repo Zammad.list a line commented by the OS update.

This file was generated by dl.packager.io

deb https://dl.packager.io/srv/deb/zammad/zammad/stable/ubuntu 20.04 main # (desactivado al actualizar a jammy)

Any trouble with the update?
Could I uncomment it?

Keep in touch,

Regards.

Finally uncomment and update finish.

Thanks,.

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