BackupExec stops PostgreSQL service

From: "Rob Richardson" <Rob(dot)Richardson(at)rad-con(dot)com>
To: <pgsql-admin(at)postgresql(dot)org>
Subject: BackupExec stops PostgreSQL service
Date: 2010-06-10 13:33:22
Message-ID: 04A6DB42D2BA534FAC77B90562A6A03D013E2B1A@server.rad-con.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Greetings!

In an attempt to satisfy our client's requirements for redundancy, we
ended up with an unusual (at least to my inexperienced eyes) system
configuration. Our client has two buildings that use our application.
Each building has an application server and a storage server. All are
runnning Windows Server 2003. An iSCSI controller running on a
building's storage server is configured to map an image on the D drive
of that server to appear as the H drive on the building's application
server. So, anything written to the H drive by the application server
actually is stored in STORAGE\\d:/DataStorage/data.img. PostgreSQL 8.4
is running on the application server, configured to use the H drive to
store data. Therefore, data is actually being stored on the storage
server's D drive.

The storage servers for each building also have the task of backing up
data for the other building. Symantec's Backup Exec is used for that
purpose. But we found that when the backup job that was supposed to
back up one building's storage server ran, the PostgreSQL service on
that building's application server stopped. We tried excluding the
folder containing the image used as the H drive from the backup, but it
didn't help.

Has anyone else seen a Backup Exec backup job stop a Postgres service?
Can anyone suggest ways to avoid the problem? (I'm already fighting to
run PostgreSQL on the storage server instead of the application server.
I see no benefit to having the service running on one machine and
storing data on the other. If a terrorist blows up the storage server,
it will take all of ten minutes to re-install PostgreSQL.)

RobR

Browse pgsql-admin by date

  From Date Subject
Next Message Kevin Grittner 2010-06-10 13:46:23 Re: Fatal Error during PITR Recovery
Previous Message Gnanakumar 2010-06-10 13:11:41 Re: Fatal Error during PITR Recovery