Skip to content

Feature/preflight extension check#47

Open
DmitriiAn wants to merge 3 commits intomainfrom
feature/preflight-extension-check
Open

Feature/preflight extension check#47
DmitriiAn wants to merge 3 commits intomainfrom
feature/preflight-extension-check

Conversation

@DmitriiAn
Copy link
Copy Markdown
Contributor

  1. Extension compatibility check : compares source vs target extensions, fails if target is missing any
  2. filters.ini integration : reads [exclude-extension] from ~/filters.ini and skips those extensions from the check; also added a separate check that ~/filters.ini exists

@DmitriiAn DmitriiAn requested a review from teknogeek0 April 27, 2026 12:25
@DmitriiAn
Copy link
Copy Markdown
Contributor Author

@teknogeek0 pg_extension is a per-database catalog that only lists extensions installed. No change needed

@DmitriiAn
Copy link
Copy Markdown
Contributor Author

I need to modify the logic to check for available extensions rather than installed ones, since pgcopydb can handle the installation

…lable_extensions) instead of installed ones
@DmitriiAn
Copy link
Copy Markdown
Contributor Author

the logic adjusted: check available extensions on target (pg_available_extensions) instead of installed ones. Ready to be merged @teknogeek0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant