LuckPerms

LuckPerms

41.4k Downloads

Can't connect to PostgreSQL after update

emil-x opened this issue ยท 1 comments

commented

Description

After upgrading from version 5.4.71 stopped connecting to PostgreSQL. On version 5.4.71 everything works.

Created a new database, tested on an empty server and on standard settings of luckperms

Reproduction Steps

// psql (15.2 (Ubuntu 15.2-1.pgdg22.04+1))
create database luckperms;
create user lp;
alter database luckperms owner to lp;
ALTER USER lp WITH ENCRYPTED PASSWORD 'testPassword';

// luckperms config
storage-method: PostgreSQL
data:
address: localhost:5432
database: luckperms
username: lp
password: 'testPassword'
// Everything else in default settings. I repeat on version 5.4.71 everything works without errors

Expected Behaviour

database connection

Server Details

purpur-1.19.4-1967

LuckPerms Version

5.4.79

Logs and Configs

https://gist.github.com/emil-x/14d0133c7a059dec485f50ff04bc08a8

Extra Details

No response

commented

Confirmed, 5.4.71 working as inteded, while 5.4.79 not working at all