After upgrading Oban pro from 1.2 to 1.4, we are getting a insufficient privilege DB error. Below is the error
** (Postgrex.Error) ERROR 42501 (insufficient_privilege) permission denied for schema global
2025-01-07T08:55:08.527998+00:00 app[b'app-5fcc64cc44-zvmh6']: web.1 | (oban_met 0.1.11) lib/oban/met/reporter.ex:139: Oban.Met.Reporter.create_estimate_function/1
2025-01-07T08:55:08.528040+00:00 app[b'app-5fcc64cc44-zvmh6']: web.1 | (stdlib 6.2) gen_server.erl:2345: :gen_server.try_handle_info/3
2025-01-07T08:55:08.528046+00:00 app[b'app-5fcc64cc44-zvmh6']: web.1 | (stdlib 6.2) gen_server.erl:2433: :gen_server.handle_msg/6
2025-01-07T08:55:08.528067+00:00 app[b'app-5fcc64cc44-zvmh6']: web.1 | (stdlib 6.2) proc_lib.erl:329: :proc_lib.init_p_do_apply/3```
The user has CRUD permissions for the global schema already
@sorentwo Any idea on this?