For now we use this ansible code to reset all passwords to something random, but we can break users which exist already like this :) - block: - name: Get all users without SCRAM-SHA-256 password when postgres is 14 or higher community.postgresql.postgresql_query: query: > SELECT rolname...
FATAL: permission denied for database "nextcloud" DETAIL: User does not have CONNECT privilege. spantaleev/nextcloud-docker-ansible-deploy#2 Closed vitormattos mentioned this issue Apr 21, 2019 Bugfix: user is not allowed #15187 Merged tapeboy7 commented Apr 28, 2019 I found that the...