Re: Postgres backups - when the backup operator isn't the postgres user ? - Mailing list pgsql-novice

From Andrej Ricnik-Bay
Subject Re: Postgres backups - when the backup operator isn't the postgres user ?
Date
Msg-id b35603930808202322p1951b25ek5d236ced9368cce4@mail.gmail.com
Whole thread Raw
In response to Postgres backups - when the backup operator isn't the postgres user ?  ("Chris Lidgate (Sun Edgemail)" <Chris.Lidgate@Sun.COM>)
List pgsql-novice
On 21/08/2008, Chris Lidgate (Sun Edgemail) <Chris.Lidgate@sun.com> wrote:
>  Now we would like our application to provide automatic backups of the db
> and distribute copies to remote systems, but this is where things go wrong.
> We're using PITA backups where we need to tar up parts of the $PGDATA tree,
> and our application user A does not have permissions to access the postgres
> files that we need to make our backups.
I'm not a back-up expert by any stretch, but wouldn't it make more
sense to use pg_dump as the user and then ship that of? Or use
wal-shipping to begin with, instead of taking the file-system approach
for which you'd most likely need to stop the DB anyway?

Cheers,
Andrej

--
Please don't top post, and don't use HTML e-Mail :}  Make your quotes concise.

http://www.american.edu/econ/notes/htmlmail.htm

pgsql-novice by date:

Previous
From: "Chris Lidgate (Sun Edgemail)"
Date:
Subject: Postgres backups - when the backup operator isn't the postgres user ?
Next
From: "A B"
Date:
Subject: count the number of rows in tables