My favorites | Sign in
Project Home Downloads Wiki Issues Source
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 516: Database Replication
2 people starred this issue and may be notified of changes. Back to list
Status:  WontFix
Owner:  ----
Closed:  Apr 2010


Sign in to add a comment
 
Reported by cbise...@gmail.com, Mar 29, 2010
will be cool the feature for replicate h2 database on every change.
Apr 10, 2010
#1 sop@google.com
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

Status: WontFix
Apr 11, 2010
#2 cbise...@gmail.com
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
#3 fantas...@gmail.com
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

Powered by Google Project Hosting