Skip to content
This repository was archived by the owner on May 12, 2022. It is now read-only.
This repository was archived by the owner on May 12, 2022. It is now read-only.

Error updating the DB in kali  #3

@carlospolop

Description

@carlospolop

I had problems updating the data base in a Kali 2017.3 machine using a Docker machine as Postgres DB:

imagen

The value of the version variable of my machine was:
imagen

I solved this patching the line 46 of /usr/local/lib/python3.6/dist-packages/asyncpg/serverversion.py
I changed:
from: [int(p) for p in parts][:3]
to: versions = [int(''.join(s for s in str(p) if s.isdigit())) for p in parts[:3]]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions