From: | Marco Colombo <pgsql(at)esiway(dot)net> |
---|---|
To: | Zlatko Matic <zlatko(dot)matic1(at)sb(dot)t-com(dot)hr> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: automating backup ? |
Date: | 2005-06-27 09:44:11 |
Message-ID: | 1119865451.26948.218.camel@Frodo.esi |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Sun, 2005-06-26 at 11:18 +0200, Zlatko Matic wrote:
> How to automate backup, so that Postgres automatically backups, for example,
> once in a week ?
> The same question about vacuum ?
>
> Concerning backup, how to prevent that someone makes a copy (for example
> pg_dumpall) of a database,
pg_dumpall is no special case. It just runs some SQL queries. Your users
are subject to the normal permission checking.
> then installs new instance of Postgres, create
> the same user acount that was the original owner and then restore the
> database. In that case all restrictions would be overriden, right ?
No, because pg_dumpall doesn't override any restriction.
Of course, if someone puts his hands on _your_ backups (made with full
permissions), he can access everything, unless you encrypted it.
.TM.
--
____/ ____/ /
/ / / Marco Colombo
___/ ___ / / Technical Manager
/ / / ESI s.r.l.
_____/ _____/ _/ Colombo(at)ESI(dot)it
From | Date | Subject | |
---|---|---|---|
Next Message | Milorad Poluga | 2005-06-27 10:02:18 | Re: How to compare the schemas ? |
Previous Message | Alban Hertroys | 2005-06-27 09:08:35 | Re: Finding points within 50 miles |