Postgres logical replication initial synchronization is very slow process, especially if original database is quite big.
I am wondering if it possible to start replication from given LSN?
The desired work flow will be
- obtain current LSN from source database
- create logical dump of desired objects in source database
- restore dump on the target database
- start logical replication from LSN acquired in step 1
I did not find any docs allowing step 4, does anybody know if it possible?