You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempt copying extension using pgcopydb copy extensions and interrupt the copy in the middle. When you resume extension copy again, it would attempt copying already processed extension configuration tables.
I think we can solve this by introducing a transaction to handle the extension config table copy along with sqlite summary entry to skip if transaction is already complete.
The text was updated successfully, but these errors were encountered:
Attempt copying extension using
pgcopydb copy extensions
and interrupt the copy in the middle. When you resume extension copy again, it would attempt copying already processed extension configuration tables.I think we can solve this by introducing a transaction to handle the extension config table copy along with sqlite summary entry to skip if transaction is already complete.
The text was updated successfully, but these errors were encountered: