Re: Administration tips

From: Dmitry Morozovsky <marck(at)rinet(dot)ru>
To: Camm Maguire <camm(at)enhanced(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Administration tips
Date: 2000-06-26 16:16:09
Message-ID: Pine.BSF.4.21.0006262012380.24171-100000@woozle.rinet.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On 26 Jun 2000, Camm Maguire wrote:

CM> Both of these basically depend on 'pg_dump | psql'. From what I
CM> understand now, the pg_dump has to be executed on the db host unless
CM> user checking across the network is disabled with a 'trust' entry in
CM> hba.conf, as pg_dump needs to connect as postgres. It would be great
CM> if the replication/backup procedure could be run on an arbitrary host
CM> without disabling all such user checking.

You could define $PGPASSWORD to authenticate with passwords; also, you can
restrict the backup host with no passwords (restricting IP traffic by
ipfw, e.g) but with ident... Ways are vary... Surely in latter case you
should make sure that no others connections to your db are possible from
that (hopefully the most restricted host in the network -- this possibly
should apply to any kind of backup host).

Just my $.02 ;-)

Sincerely,
D.Marck [DM5020, DM268-RIPE, DM3-RIPN]
------------------------------------------------------------------------
*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck(at)rinet(dot)ru ***
------------------------------------------------------------------------

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Michael Fraley 2000-06-26 22:40:55 ERROR: fmgr_info: function 19104: cache lookup failed
Previous Message Camm Maguire 2000-06-26 14:31:27 Administration tips