Stream: community

Topic: Installing two Dataverse on the same server


view this post on Zulip Santiago Florez (May 07 2024 at 21:29):

Hello everyone. I want to try to install two or more Dataverse on the same server. I have a question, what do I have to configure to do it? The installer script? Something in Payara?

Thank you for your help

view this post on Zulip Philip Durbin ๐Ÿš€ (May 07 2024 at 21:35):

Do you mean more than one Payara server? Like this? https://guides.dataverse.org/en/6.2/installation/advanced.html#multiple-app-servers . For the same Dataverse installation? There's a diagram here: https://guides.dataverse.org/en/6.2/installation/prep.html#advanced-installation

Or do you mean two of everything? Two Postgres, two Solr, two Payara. For two completely separate Dataverse installations.

view this post on Zulip Santiago Florez (May 07 2024 at 21:43):

Hi @Philip Durbin thanks for asking. I mean two dataverse instances on the same Payara, same Postgres (obviously each instance with its own database), same solr.

view this post on Zulip Santiago Florez (May 07 2024 at 22:04):

I think it is more like this https://guides.dataverse.org/en/6.2/installation/advanced.html#multiple-app-servers

view this post on Zulip Philip Durbin ๐Ÿš€ (May 07 2024 at 22:20):

I see. I don't think we've documented very well how to do it. :thinking:

view this post on Zulip Philip Durbin ๐Ÿš€ (May 07 2024 at 22:20):

@Santiago Florez please feel free to create an issue: https://github.com/IQSS/dataverse/issues

view this post on Zulip Philip Durbin ๐Ÿš€ (May 09 2024 at 13:18):

Actually, wait. Two Dataverse instances on the same Payara... I don't think we can easily support this. We deploy the war file to the root context.

view this post on Zulip Philip Durbin ๐Ÿš€ (May 09 2024 at 13:20):

The "multiple app servers" link above is for load balancing and redundancy so that a single Payara instance is not a single point of failure.

view this post on Zulip Oliver Bertuch (May 29 2024 at 14:50):

This is probably related: https://github.com/IQSS/dataverse/issues/7499

view this post on Zulip Philip Durbin ๐Ÿš€ (May 29 2024 at 15:18):

Sure.


Last updated: Nov 01 2025 at 14:11 UTC