You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: