Thinking out loud here.
I wonder if it is possible to use RAID level 1 to do hardware disk mirroring.
This setup would require that at least one of the disks be connected to two
separate SCSI controllers. Is that possible? Can a single SCSI device be
controlled by two separate SCSI controllers?
Rudy
Date sent: Thu, 11 Mar 1999 13:46:17 +0000
From: David Rocher <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: [ADMIN] is possible have a mirror of my database
> On Wed, Mar 10, 1999 at 08:10:58PM -0600, Alejandro Flores wrote:
> > im trying to have a mirror of my actual database, the local database is
> > available to all the employees and the mirror will be available to all the
> > extranet users, how can i do that? Does exist a way postgress cuold make
> > automatically?
>
> you can dump the main database via cron, transfert the dump by
> rsh/scp/rsync/... and load it into the mirror database.
>
> David.
>
>