Closed vitabaks closed 1 year ago
the release .deb
assets are intended for use on the supabase platform
You could potentially move the assets from where supabase expects them
/usr/lib/postgresql/lib
/var/lib/postgresql/extension
to where your postgres installation is expecting (from the trace)
/usr/lib/postgresql/14/lib
/var/lib/postgresql/14/extension
Or you could install from source using the instructions in this repos README.
I'm not a packaging expert so If there's a way to make these assets more widely compatible to e.g. make the install path dynamic based on the system's pg_config
a PR would be very welcome
ERROR:
could not open extension control file "/usr/share/postgresql/14/extension/pg_jsonschema.control": No such file or directory
Steps: