Re: [GENERAL] pg_basebackup running from a remote machine
От | Laurenz Albe |
---|---|
Тема | Re: [GENERAL] pg_basebackup running from a remote machine |
Дата | |
Msg-id | 1510676925.2385.1.camel@cybertec.at обсуждение исходный текст |
Ответ на | [GENERAL] pg_basebackup running from a remote machine (rakeshkumar464 <rakeshkumar464@outlook.com>) |
Ответы |
Re: [GENERAL] pg_basebackup running from a remote machine
Re: [GENERAL] pg_basebackup running from a remote machine |
Список | pgsql-general |
rakeshkumar464 wrote: > If pg_basebackup is run from a remote machine with compress option --gzip , > compress level 9, > will the compression occur prior to the data being sent on the network or > after it has been received > at the remote machine. That only means that the output TAR file will be compressed, it has nothing to do with the data transfered from the server. If you want to compress the data sent over the network, use pg_basebackup over an SSL connection with SSL compression enabled. Yours, Laurenz Albe -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
В списке pgsql-general по дате отправления: