From: | juanmime(at)ono(dot)com |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | How to deny remote backups ? |
Date: | 2005-03-03 08:45:47 |
Message-ID: | 421310210000F6B1@resmta01.ono.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Hello,
First of all sorry about my bad command in english.
I have an Internet server with postgres 7.4.7, planned to give remote db
services.
I have several offices, with client programs that connect to the internet
DB server vía a SSH tunnel.
The user DB that connects to the remote DB has insert and delete permissions
(he is the owner of the DB).
The question is ... how can I block or forbide the remote DB duplication
?. I think that a remote person that knows the user DB and his password,
can connect to the DB and make a pg_dump of the DB.
Is there a method (with SQL user permitions, templates, newest version of
postgres, ...) that forbides the remote dump of database or its structure
?
I want , for example, only the postgres user can make a local backup inside
the server.
Thanks.
From | Date | Subject | |
---|---|---|---|
Next Message | Phil Hayes | 2005-03-03 09:44:33 | Recovery of pg_shadow |
Previous Message | Morus Walter | 2005-03-03 07:34:28 | Re: schema sizes |