PgLogical ERROR: table is already being synchronized

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi All,
I have configured Logical replication between two Postgres Databases using pglogical.

I have a table that does not have a primary key on the target database. So I first delete all rows and then run the below command:

select pglogical.alter_subscription_resynchronize_table('sandbox_uat_rds_pg10_subscriber','pgbench_history');

It works. However, I missed adding the primary key so I repeat the above: delete from the table and try to resync but running into the below error:

=> select pglogical.alter_subscription_resynchronize_table('sandbox_uat_rds_pg10_subscriber','pgbench_history');
ERROR:  table test.pgbench_history is already being synchronized

However, the number of rows for the table has been 0.

I have tried disabling and then enabling the replication, rerun the resync command multiple times, checked the logs but could not get rid of it.

Any suggestions or solutions?

Regards,

Priyanka


[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux