Hey guys,
I’m testing out Axon with Postgres and it appears to leverage the Postgres Large Objects by default for its events and tokens. It appears that Postgres has disabled the access for large objects for non superuser accounts within Postgres 9.0. Now we’re currently using Postgres 9.6, and are seeing if there are workarounds for this.
I did some digging, and there is the lo_compat_privilege flag; however, that isn’t an option in our scenario to flip.
Thank You,
Tony Nguyen