Skip to content

Fix authentication during setup

James Tocknell requested to merge fix-sql-auth into main

Add $POSTGRES_USER to unix socket access (as $POSTGRES_USER will not be a real unix user, peer auth will not work), and ensure that the scripts are only run when the database is created by the user.

Merge request reports