django-DefectDojo icon indicating copy to clipboard operation
django-DefectDojo copied to clipboard

Use psycopg2 instead of psycopg2-binary.

Open Ayrx opened this issue 2 years ago • 0 comments

This PR changes DefectDojo to use the psycopg2 package instead of psycopg2-binary.

This fixes a problem with running DefectDojo on aarch64 machines, with the main motivation here being able to do dev work on an Apple Silicon Macbook.

The psycopg2 package also recommends build from source instead of relying on the binary package.

The binary package is a practical choice for development and testing but in production it is advised to use the package built from sources.

Ayrx avatar Sep 18 '22 07:09 Ayrx