My setup with PostgreSQL 14 streaming replication, includes pgBackRest for archiving to a dedicated repository server. Both archive commands and archive recovery work from this repository. Despite the setup with pgBackRest and a dedicated repository server, the replica server is generating its own WAL files. I expect the replica to apply WALs from the repository server as needed, not generate its own.