A couple of pg_dump questions

Поиск
Список
Период
Сортировка
От Ron
Тема A couple of pg_dump questions
Дата
Msg-id e1f55676-d727-8be2-f4ec-61af2f2cc67e@gmail.com
обсуждение исходный текст
Ответы Re: A couple of pg_dump questions  ("David G. Johnston" <david.g.johnston@gmail.com>)
Re: A couple of pg_dump questions  (Vick Khera <vivek@khera.org>)
Список pgsql-general
$ pg_dump --host=farawaysrvr -Fc $REMOTEDB > /local/disk/backups/$REMOTEDB.dump

Is the data compressed on the remote server (thus minimizing traffic on the 
wire), or locally?  (I'd test this myself, but the company has really strict 
firewall rules in place.)

$ pg_dump --host=farawaysrvr -Fc -j4 $REMOTEDB > 
/local/disk/backups/$REMOTEDB.dump

Will parallel backups work if pg_dump is v9.6 and the remote system is v8.4?

Thanks

-- 
Angular momentum makes the world go 'round.


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

Предыдущее
От: Melvin Davidson
Дата:
Сообщение: Re: Inconsistent compilation error
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: A couple of pg_dump questions