Hi Daniel,

Am 27.11.2024 um 21:43 schrieb White, Daniel E. (GSFC-764.0)[AEGIS] via Bacula-users:
... about bacula-web, which I have not looked at for a *very* long time.

But:

200~Bacula-Web logo Bacula-Web
  Oops, it looks like something went wrong somehow :(
  Database error
  SQLSTATE[08006] [7] FATAL: Ident authentication failed for user "bacula"

Looks like you'll have to set up the PostgreSQL server side of that connection.

You can look into the pg_hba file (location is distro dependent, I'm not looking at a RHEL-like distro, but have it in /etc/postgresql/13/main/pg_hba.conf ) and you may find all you need in comments there.

I would usually recommend to not use ident authentication but rather go for a proper CRAM variant. Essentially, make sure the credentials you have configured for bacula-web are matching what you have on the server side.

Bacula itself, while using the same methods, hide this setup in its packaging, or you forget what you do because you do it once and then forget about it :-)

Cheers,

Arno

--
Arno Lehmann

IT-Service Lehmann
Sandstr. 6, 49080 Osnabrück


_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to