Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat: test pg_upgrade compatibility with older extension versions#1897

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
jfroche wants to merge3 commits intodevelop
base:develop
Choose a base branch
Loading
fromfeat/test-pg-upgrade-older-version

Conversation

@jfroche
Copy link
Collaborator

@jfrochejfroche commentedNov 6, 2025
edited
Loading

Add test to verify that all extension versions from PostgreSQL 15 can successfully upgrade to PostgreSQL 17 using pg_upgrade.

The test now validates:

  • Each PG 15 extension version can be upgraded to PG 17
  • Extension update scripts are properly generated during upgrade
  • Version handling works correctly with and without update scripts
  • Final extension versions match expected values after upgrade

samrose reacted with rocket emoji
@samrosesamrose self-requested a reviewNovember 6, 2025 20:29
Copy link
Collaborator

@samrosesamrose left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Looks great! Will just need to test before we merge it

@jfrochejfroche marked this pull request as ready for reviewNovember 6, 2025 22:57
@jfrochejfroche requested review froma team ascode ownersNovember 6, 2025 22:57
Add test to verify that all extension versions from PostgreSQL 15 can successfully upgrade to PostgreSQL 17 using pg_upgrade.The test now validates:- Each PG 15 extension version can be upgraded to PG 17- Extension update scripts are properly generated during upgrade- Version handling works correctly with and without update scripts- Final extension versions match expected values after upgrade
…ade compatibilityWhen upgrading PostgreSQL versions, pg_upgrade needs access to old extensionversions sql to migrate from. This adds unsupported pg_graphql versions (those notcompilable with current PostgreSQL) as SQL-only packages, ensuring migrationpaths exist when upgrading from older PostgreSQL versions.
…pgrade compatibilityWhen upgrading PostgreSQL versions, pg_upgrade needs access to old extensionversions sql to migrate from. This adds unsupported pg_graphql versions (those notcompilable with current PostgreSQL) as SQL-only packages, ensuring migrationpaths exist when upgrading from older PostgreSQL versions.
@jfrochejfrocheforce-pushed thefeat/test-pg-upgrade-older-version branch from8acfa60 tof59c791CompareNovember 7, 2025 16:33
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@samrosesamrosesamrose requested changes

Requested changes must be addressed to merge this pull request.

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@jfroche@samrose

[8]ページ先頭

©2009-2025 Movatter.jp