Hi!
>> Backup in created in Windows from Linux server using pg_receivewal and pg_basebackup .
>> Can this backup used for PITR in Linux ?
>No. Physical copies need to be based on the same platform. If you
>wish to replicate a cluster without any platform, architecture or even
>not-too-many major version constraints, there is also logical
>replication available since v10.
Will logical replication also allow two modes:
1. PITR recovery can used if needed
2. Hot standby: User databases in both clusters contain same data.
How to set logical replication for all user databases in cluster so that when new database is added or new tables are
addedto
database they will start replicate automatically ?
Will it require more powerful backup server to replay main server sql stream from different databases.
Andrus.