dataverse-kubernetes icon indicating copy to clipboard operation
dataverse-kubernetes copied to clipboard

is there a way to upgrade payara and dataverse version ?

Open alsantiagoabreu opened this issue 4 years ago • 0 comments

Hi everybody!

I am trying to deploy ths project but using new versions of dataverse and payara. I can deploy dataverse v5.1 without problem. But when I try to deploy dataverse v5.2 or higher it doesn't work. I also tried to deploy dataverse v5.6 with payara 5.2021.6 and it also doesn't work. I changed this bold part below in dockerfile.

"FROM payara/server-full:5.2020.3 LABEL maintainer="FDM FZJ [email protected]"

ARG VERSION=5.1 [....] " And it worked, but other versions (5.1 < X.X and 5.2020.3 < y.yyyy.y) doesn't work... Is there a way to do this upgrade

alsantiagoabreu avatar Sep 02 '21 18:09 alsantiagoabreu