Re: database backup trouble

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: database backup trouble
Дата
Msg-id 45C33BE0.6040604@archonet.com
обсуждение исходный текст
Ответ на Re: database backup trouble  ("Tomi N/A" <hefest@gmail.com>)
Список pgsql-general
Tomi N/A wrote:
> 2007/2/2, George Weaver <gweaver@shaw.ca>:
>>
>> From: "Tomi N/A"
>>
>> > At this point, I decided to try a much more primitive approach: using
>> > a windows scheduled task running a .bat or .cmd script which in turn
>> > calls pg_dump.
>>
>> It might be helpful if you provided the exact pg_dump command you are
>> trying
>> to use, as well as the text of the .bat file you set up.
>
> I did exactly that a bit into my message (should have probably pointed
> it out at the beginning).
> Anyway, here it is again:
> pg_dump -h localhost -U myuser mydatabase -f outputfile.backup

Should work if the executing user has permission to write to the output
file. You've not specified a directory for the file though, so there's
no way to check.

> Oh, and I forgot to ask another question in the original message: why
> can a linux user with an invalid or non-existant .pgpass successfully
> use pg_dumpall (pg_dumpall -U existing_pg_role > dump.sql) and read
> any data he/she cares to read?

Can't. Not unless you've set pg_hba.conf to allow it. Not unless you've
found a gaping hole that no-one else has noticed.

--
   Richard Huxton
   Archonet Ltd

В списке pgsql-general по дате отправления:

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Query optimization problem
Следующее
От: George Weaver
Дата:
Сообщение: Re: database backup trouble