Opened 11 years ago

Closed 11 years ago

#20992 closed Bug (invalid)

psycopg2.OperationalError: FATAL: Peer authentication failed for user "geodjango"

Reported by: warpdrive117@… Owned by: nobody
Component: GIS Version: 1.5
Severity: Normal Keywords: psyopg2 peer authentication failed FATAL GeoDjango geodjango
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I create the role "geodjango" exactly as the GeoDjango tutorial says to do, the GIS template database and the database made from the template are both set up, and the settings.py file has the correct backend, username, db name, and password. but i STILL get this error:

psycopg2.OperationalError: FATAL: Peer authentication failed for user "geodjango"

Please HELP ... i am new to GeoDjango and there is NO solution online that i have found.

Attachments (1)

settings.py (5.4 KB ) - added by warpdrive117@… 11 years ago.

Download all attachments as: .zip

Change History (2)

by warpdrive117@…, 11 years ago

Attachment: settings.py added

comment:1 by Tim Graham, 11 years ago

Resolution: invalid
Severity: Release blockerNormal
Status: newclosed

Hi, unfortunately this ticket tracker isn't the proper place for getting help. Please see https://code.djangoproject.com/wiki/TicketClosingReasons/UseSupportChannels.

Note: See TracTickets for help on using tickets.
Back to Top