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
I’m willing to work on this thread, Please let me know if you have made any progress regarding this issue.
There are two approaches for addressing the upgrade. The first involves creating a manual upgrading script, while the second entails utilizing the pg_upgrade utility. Personally, I believe that using the utility is a more efficient option to pursue.
pg_upgrade is for upgrading from one major version of postgres to another 1. This issue is about extension upgrades (minor and major) and not postgres major version upgrades2. Hope this clarifies the issue.
Once the script is ready, we can add it to ci/cd to run for all supported minor version upgrades and ensure that upgrade scripts work properly
The text was updated successfully, but these errors were encountered: