Search code examples
postgresqlconfluencepostgresql-10

unsupported frontend protocol 1234.5680: server supports 2.0 to 3.0


I am running confluence 7.9.1 and postgres 10 but when we start only postgres container it doesn't throw below logs

unsupported frontend protocol 1234.5680: server supports 2.0 to 3.0

but when we start confluence with version 7.9.1 , postgres container will throw above logs.

Anyone know how we can resolve this since we tried PGGSSENCMODE=disable in env but it didnt help.

Regards,

Samurai


Solution

  • We resolved this by using new postgresql-42.2.18.jar which we replaced with postgresql-42.2.16.jar

    suggested here : https://jira.atlassian.com/browse/CONFSERVER-60515?error=login_required&error_description=Login+required&state=14f30dda-a08b-4f9d-9841-ed77c8e91c79

    Thank you for your support.