Re: "stopping" a single database in a cluster

From: Richard Huxton <dev(at)archonet(dot)com>
To: Anton Melser <melser(dot)anton(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: "stopping" a single database in a cluster
Date: 2006-11-10 11:21:05
Message-ID: 455460A1.7040500@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Anton Melser wrote:
> Hi,
> Is it possible to stop a single database, like it is with Oracle? Our
> oracle admin asked this for FS backups, if there are 3 dbs (in
> separate tablespaces) then there seems no reason why this couldn't be
> possible... is it possible?

No - the transaction log (WAL) is shared. You'll need to include that in
any filesystem backup.

> ps. If this isn't possible, what experiences do people have with
> running several postgres instances on a single machine?

It's perfectly possible - most of the developers do so, and I do it so I
can test new versions while supporting old ones. Of course, each will
have their own shared memory allocations so that might impact your
performance.

--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Gideon 2006-11-10 11:24:18 Database Mirroring Solution
Previous Message Shoaib Mir 2006-11-10 11:14:51 Re: AutoVacuum on demand?