docker-otrs icon indicating copy to clipboard operation
docker-otrs copied to clipboard

Feature: upgrade to znuny 6.3?

Open dpalic opened this issue 2 years ago • 3 comments

is there any plan to go to znuny 6.3 ? and to push to docker hub?

dpalic avatar Mar 30 '22 10:03 dpalic

Hi @dpalic,

Not at the moment, I currently do not have the time to test these new versions to check that it does not break. The update should be fairly simple, just point the Dockerfile to a new version and test it, that is the part that can take some time and all the CI/CD configuration to support both versions (6.0.x and 6.3.x). I will try to work on that next week.

juanluisbaptiste avatar Mar 30 '22 17:03 juanluisbaptiste

tried the update, sadly a bunch of packages are missing for znuny 6.3 not sure if even this will be possible to solve with centos 7 is it possible to discuss on discord/znuny about how to support you here?

dpalic avatar Apr 01 '22 08:04 dpalic

@dpalic

tried the update, sadly a bunch of packages are missing for znuny 6.3

I worked on this last weekend, only one perl package for Data::UUID was missing to fix the image build, I do not understand what other packages are you talking about.

not sure if even this will be possible to solve with centos 7 is it possible to discuss on discord/znuny about how to support you here?

Znuny official packages are for RHEL/CentOS 7 and they work fine and they are the ones used by this image. I was able to start znuny 6.3 after fixing the image build.

The issue now is supporting upgrades from older versions. According to znuny upgrade instructions, since Znuny 6.1.x, the upgrade procedure has changed from the one of OTRS 6.0.x, so the upgrade code needs to be updated. This means that after that, images for znuny 6.1.x and 6.2.x need to be release before 6.3.x to not break the update path as it is not possible to go from znuny 6.0.x to 6.3.x

I will start working on this, as soon as I can.

juanluisbaptiste avatar Apr 04 '22 20:04 juanluisbaptiste