Hello,

wt., 23 cze 2020 o 21:15 r0...@nxlplyx.com <r0...@nxlplyx.com> napisał(a):

> Hi Rad,
>
> It did not work.  The only thing that occurs to me is what user should I
> be launching things as?
>
>
> Logging into Postgres from command line.
>
> 1. /etc$ psql -h 127.0.0.1 -U bacula -W bacula
> Password:
> psql (12.3 (Debian 12.3-1.pgdg100+1))
> SSL connection (protocol: TLSv1.3, cipher: TLS_AES_256_GCM_SHA384, bits:
> 256, compression: off)
> Type "help" for help.
>
> bacula=> \q
>
So, what do you have in your Catalog{} resource?

Catalog {
  Name = MyCatalog
  dbname = "bacula"
  dbuser = "bacula"
  dbpassword = "<your_password>"
  dbaddress = "127.0.0.1"
}

It will work if your bacula is compiled with PostgreSQL database support.
In this case I know nothing which would prevent Bacula from connecting the
catalog database.

If your Bacula is compiled with MySQL support it will simply not work.

I hope it helps.

best regards
-- 
Radosław Korzeniewski
rados...@korzeniewski.net
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to