Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
1790 Lượt xem

Kindly help I am currently facing this problem, what might be the source? My configuration files seem to be okay, the system was working properly,

I am getting the below error.

conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
psycopg2.OperationalError: FATAL: sorry, too many clients already


Thank you

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hi, it seems like the psycopg2 module is already loaded with many connection that accessing your database. You can try to restart your postgresql services by typing service postgresql restart if you are using Linux.

Best regards,

Altela (altelasoftware.com)

Ảnh đại diện
Huỷ bỏ

Thank you let me try

Please share the result here after you did that