| Issue 516: | Database Replication | |
| 2 people starred this issue and may be notified of changes. | Back to list |
will be cool the feature for replicate h2 database on every change.
Apr 11, 2010
the useful of H" db is that is embedded. So is not useful clusterize H2, i can also use oracle ora mysql database. I'll be wait for the git backend data storage. do yo have some plane about that?
Feb 20, 2012
Hi, is there any progress of the git backed data storage? I am also looking for the database replication...Thanks. |
|
| ► Sign in to add a comment |
I'm not inclined to do this. Long-term we'd like to stop using SQL databases altogether and rely instead on a Git backed data storage. Thus replication is as simple as Git replication, which we already have to do for the project's source code. I'd rather expend effort on the Git backed data storage than on specialized logic for H2 replication. As far as I understand the H2 database manual, you may be able to configure H2 replication yourself if you setup the JDBC connection manually in your gerrit.config: [database] url = jdbc:h2:tcp://localhost:9101,localhost:9102/~/test See http://www.h2database.com/html/advanced.html#clustering