Thread: Re: pg_basebackup compression

Re: pg_basebackup compression

From
Marlene Villanueva
Date:

On Mon, Jun 29, 2020, 9:54 AM Magnus Hagander <magnus@hagander.net> wrote:


On Mon, Jun 29, 2020 at 6:22 PM Scott Ribe <scott_ribe@elevated-dev.com> wrote:
pg_basebackup does not compress data over the wire, correct?

Correct. Unless you turn on SSL compression, which ias been deprecated a long time ago and is actually quite tricky (or even impossible) on most modern Linux distros.
 
--