Re: wal_level

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, 2020-11-04 at 10:48 +0200, Yambu wrote:
> I would like to implement logical replication, but currently wal_level is set to hot_standby,
> if i set it to logical will it not disturb the current replication on postgres v 10?

No, that won't be a problem.
The WAL levels form an increasing sequence: anything that is logged on a lower level
will also be logged on a higher level.
So streaming (physical) replication will work fine with "wal_level = logical".

Yours,
Laurenz Albe
-- 
Cybertec | https://www.cybertec-postgresql.com






[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux