Infos:
- Used Zammad version: 5.0.x
- Used Zammad installation type: package
- Operating system: CentOS 8.5.2111
- Browser + version: Microsoft Edge 98.0.1108.62
Expected behavior:
- Execute “/opt/zammad/contrib/backup/zammad_backup.sh” and create a Back-Up
Actual behavior:
- connection to database “zammad” failed: FATAL: Ident authentication failed for user “zammad”
Steps to reproduce the behavior:
- These are my pg_hba.conf-Settings:
“local” is for Unix domain socket connections only
local all all trust
IPv4 local connections:
host all all 127.0.0.1/32 ident
IPv6 local connections:
host all all ::1/128 ident
Allow replication connections from localhost, by a user with the
replication privilege.
local replication all peer
host replication all 127.0.0.1/32 ident
host replication all ::1/128 ident
host all zammad all trust
I already did a reload with “SELECT pg_reload_conf();” in the psql console and a restart with “service porstgresql restart/reload”
I also tried to run the backup-script with “su - zammad” but then I get the error to “double check permissions”