Re: Postgres dump using password on command line

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: Postgres dump using password on command line
Дата
Msg-id mlm42p$ir7$1@ger.gmane.org
обсуждение исходный текст
Ответ на Postgres dump using password on command line  (Ankur Kaushik <ankurkaushik@gmail.com>)
Список pgsql-admin
Ankur Kaushik schrieb am 15.06.2015 um 10:54:
>
> I have made script for the postgresql dump but unable to get dump only using command line as it require the password
whenexecute the script. 
>
> list of database command require Password after enter
>
> psql -l -t | cut -d'|' -f1 | sed -e 's/ //g' -e '/^$/d'
>
> same for pg_dump
>
> pg_dump $i|gzip > $backupfile
>

See here:

http://stackoverflow.com/a/6405296/330315

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

Предыдущее
От: Ankur Kaushik
Дата:
Сообщение: Postgres dump using password on command line
Следующее
От: Ankur Kaushik
Дата:
Сообщение: ERROR: duplicate key value violates unique constraint "geocode_settings_pkey"