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

When using database backend: mention pg_trgm extension to address pg_trgm error #1009

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

frozenSolid
Copy link

@frozenSolid frozenSolid commented Jan 3, 2024

Address sql extension error
When I configured the postgresql database backend, I got the following error:

./amass enum -rf resolvers.txt -d owasp.org -config ~/.config/amass/config.yaml
panic: ERROR: operator class "gin_trgm_ops" does not exist for access method "gin" (SQLSTATE 42704) handling 005_assets_indexes.sql

The pg_trgm postgresql extension was not enabled on the database I was using.
I encountered this on Ubuntu 22.04.3 LTS but I am sure others will enounter this as well.

@frozenSolid frozenSolid changed the base branch from master to develop January 3, 2024 15:55
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

Successfully merging this pull request may close these issues.

None yet

1 participant