An Azure managed PostgreSQL database service for app development and deployment.
Hello,
Thanks for following up. I can confirm that the situation has improved:
- The upgrade job now returns the error “The major version upgrade failed precheck” almost immediately, which helped me pinpoint the root cause—two extensions, timescaledb and dblink, were blocking the process.
- I removed dblink, which we no longer use, and uninstalled timescaledb temporarily. After the upgrade, I reinstalled timescaledb without issues.
- I reran the upgrade yesterday, and it completed successfully: the server moved from PostgreSQL 13 to PostgreSQL 16.
- Regarding PostgreSQL 17, I’m holding off for now because there is still a known bug with timescaledb on that version. Staying on 16 is fine for us at the moment.
Thank you for your assistance; it helped us get a quick diagnosis and ultimately resolve the upgrade.