Security Advisor (upgrading database)
In the "Security Advisort" I have a warning saying that I should upgrade my database to apply important updates.
But when I go to view settings, it tells me that there's an extension "pgjwt" that's not supported on the new version.
Now this was my first project, and I don't know a lick of SQL so if someone can help me figure out if i can disable this safely or whether anything of importance is using it, that would be great.
I can tell you that the project was created around the end of 2023/ beginning of 2024, and that it's using pg 15
1 Reply
If you are using it a function you wrote would be calling it. It is used to generate a JWT for calling external services usually.
I believe if you turn it off in the extensions UI it will warn if being used.