Hi everyone,
i'm using h2 version: 1.4.187 and have the following porblem: my achritecture: 2 servers, on each 1 application and 1 h2 DB. The DBs are working in cluster, that means if one of the h2 DBs is down the other DB will take over. lets call them A and B. If both are alive and a user write something in the application the data will be replicated on A and B. But if the A is down and the user writes something during this time it will only be on B, which makes sense, but if A is up again it doesn't synchronize automatically and take the data from B. I'm looking for an automatic Sychronizatiion. That means if a db is missing data while it's down, it should take itself independently the missing data when it is online again. Is there is a solution for that? I don't know if h2 already support this function, or it's just because i'm using an older version. Thanks in advance! -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
