Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status No Plans to Implement
Workspace Domino
Categories Administration
Created by Guest
Created on Apr 27, 2020

Multiple replicas of the same database on a single server

The customer wants to create multiple replicas of the same database on the same server.

For example, one replica is used as normal replica database, the other is used as a backup.

Creating multiple replicas of the same database on the same server is possible,

but they know it is not recommended because replica databases use the same Replica ID,

so replicas on the same server may cause something problem during replication.

  • Attach files
  • Admin
    Thomas Hampel
    Reply
    |
    Apr 27, 2020

    Sorry, but clearly we will not do this.

  • Guest
    Reply
    |
    Apr 27, 2020

    having multiple replicas on the same server breaks things like

    notesDatabase .OpenByReplicaID( server$ , replicaID$ )

    using the replica ID in a @DBlookup

    replicating databases between servers

    so it would make more sense to prevent the creation of multiple replicas on the same server