Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade postgres #857

Closed
open-dynaMIX opened this issue May 12, 2023 · 1 comment
Closed

Upgrade postgres #857

open-dynaMIX opened this issue May 12, 2023 · 1 comment

Comments

@open-dynaMIX
Copy link
Member

With postgresql 14.8, the test
test_identity_views.py::test_identity_search[admin-SAGW-expected3] fails:

    def _execute(self, sql, params, *ignored_wrapper_args):
        self.db.validate_no_broken_transaction()
        with self.db.wrap_database_errors:
            if params is None:
                # params default might be backend specific.
                return self.cursor.execute(sql)
            else:
>               return self.cursor.execute(sql, params)
E               django.db.utils.OperationalError: could not load library "/usr/local/lib/postgresql/llvmjit.so": Error relocating /usr/local/lib/postgresql/llvmjit.so: LLVMBuildGEP: symbol not found

/usr/local/lib/python3.8/site-packages/django/db/backends/utils.py:84: OperationalError
@open-dynaMIX
Copy link
Member Author

Upstream image has been fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant