Just updated to Postgres 17, now getting outdated extension warnings

We updated last night and now the dashboard shows:
Extension pg_jsonschema is using version 0.2.0 but version 0.3.3 is available. Using outdated extension versions may expose the database to security vulnerabilities. (and similar for wrappers extension). Upon checking the release notes, I noticed that 0.2.0 does not have Postgres 17 compatibility, so an update should have been made together with the Postgres update.

I remember that extensions should auto-update during a Postgres update so I am quite confused how we could land here.

Is it possible that something failed during the update procedure? How can we update the outdated extensions?
Was this page helpful?