Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem: Extension copy is not resumable #742

Open
arajkumar opened this issue Apr 16, 2024 · 2 comments
Open

Problem: Extension copy is not resumable #742

arajkumar opened this issue Apr 16, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@arajkumar
Copy link
Contributor

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.

@dimitri
Copy link
Owner

dimitri commented Apr 16, 2024

Sounds familiar... #725 ?

@arajkumar
Copy link
Contributor Author

@dimitri Yes, I will polish #725 to address this.

@dimitri dimitri added this to the v0.16 milestone Apr 18, 2024
@dimitri dimitri removed this from the v0.16 milestone May 14, 2024
@dimitri dimitri added the enhancement New feature or request label May 14, 2024
@dimitri dimitri added this to the v0.17 milestone May 14, 2024
@dimitri dimitri modified the milestones: v0.17, v0.18 Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants