I'am actually working on the logical replication between my master on Windows and slave on Linux. I want to transfer all my datas to my slave with logical replication Postgresql. My postgres on Linuw will be working as docker container.
During the replication, when my container restarted, I have the impression that data were streaming are duplicated, for one table on master with 2,5 Gb of size, I find 5,3 Gb on my slave.
Does it possible that data are duplicated ? There is a way to continue the streaming normally even if docker container restart ?
Thanks a lot