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 forschungsdaten@fz-juelich.de"
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
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 forschungsdaten@fz-juelich.de"
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