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

django.db.utils.ProgrammingError: function pgp_pub_decrypt(character varying, bytea) does not exist #80

Closed
kimsangkyun opened this issue Nov 7, 2018 · 5 comments
Labels

Comments

@kimsangkyun
Copy link

aws rds postgresql is not exist function pgp_pub_decrypt(character varying, bytea)

@kevinetienne
Copy link
Collaborator

Would it be possible to get more details about the errors. The docs for aws states that pgcrypto is supported see https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html

Have you run the schema migration and which versions are using?
I find easier when opening an issue to describe what versions of libraries/software I was using, what I was doing, what happened and what was expected to help us to find what could be wrong.

@kevinetienne
Copy link
Collaborator

As a side note it looks like we have already some guidance on how to open an issue/report a bug.

@peterfarrell
Copy link
Collaborator

@kimsangkyun This is an indicator that the pgcrypto extension is not installed for your database. If memory serves me correctly, pycrypt is supported on AWS but not installed as an extension. We have migration with this project to do that but something people don't run them.

@peterfarrell
Copy link
Collaborator

Closing due to lack of activity.

@kimsangkyun
Copy link
Author

thank u !! @peterfarrell , @kevinetienne !!

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

No branches or pull requests

3 participants