Synchronizing Databases

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dr. Aharon Friedman

    Synchronizing Databases

    I would like to create two engines working as a backup to each other. Any
    idea how I should go about syncing them?

    Aharon Friedman
  • Christopher Browne

    #2
    Re: Synchronizing Databases

    A long time ago, in a galaxy far, far away, "Dr. Aharon Friedman" <aharon@aharo n-fast.friedman.n et> wrote:[color=blue]
    > I would like to create two engines working as a backup to each other. Any
    > idea how I should go about syncing them?[/color]

    There is not yet any multimaster replication solution.

    The "latest and greatest" single-master/multi-slave answer at this
    point is Slony-I --> <http://slony.info/>. It only allows updates to
    go to one of the DBs, but does allow all the DBs to be queryable, and
    provides a quick way to switch between "masters."
    --
    select 'cbbrowne' || '@' || 'linuxfinances. info';

    "They laughed at Columbus, they laughed at Fulton, they laughed at the
    Wright brothers. But they also laughed at Bozo the Clown."
    -- Carl Sagan

    Comment

    • Raoul Buzziol

      #3
      Re: Synchronizing Databases

      Christopher Browne wrote:
      [color=blue]
      > A long time ago, in a galaxy far, far away, "Dr. Aharon Friedman"
      > <aharon@aharo n-fast.friedman.n et> wrote:[color=green]
      >> I would like to create two engines working as a backup to each other. Any
      >> idea how I should go about syncing them?[/color]
      >
      > There is not yet any multimaster replication solution.[/color]

      Multimaster solution should be PGCluster and PGReplicator, but never tried.

      Raoul

      Comment

      Working...