postgres icon indicating copy to clipboard operation
postgres copied to clipboard

feat: test pg_upgrade compatibility with older extension versions

Open jfroche opened this issue 3 months ago • 1 comments

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

jfroche avatar Nov 06 '25 17:11 jfroche

Found 1 test failure on Blacksmith runners:

Failure

Test View Logs
z_17_pg_stat_monitor View Logs


Fix in Cursor

blacksmith-sh[bot] avatar Nov 21 '25 14:11 blacksmith-sh[bot]