Open seyedmo30 opened 1 year ago
@genezhang The interesting thing here is that this link you shared works for PG14+ Since the command that created the replication slot with snapshot exporting is not available in earlier versions.
Do you have an idea what to do with older versions?
I read many articles but I don't understand how to get data with snapshot_name
CREATE_REPLICATION_SLOT my_slot LOGICAL pgoutput(SNAPSHOT 'export') ;
Should I use consistent_point ( 0/29172F0 ) or snapshot_name ( 0000000A-00000161-1 )?
Is the path I took correct?