PG won't start after shared_preload_libraries = set-user

open the file /var/lib/pgsql/14/data/postgresql.auto.conf and
please comment this line : shared_preload_libraries = ‘“set-user”’
and then you can restart the postgresql service sudo systemctl restart postgresql-14
it will work

1 Like